UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

22 lines (21 loc) 668 B
export declare const DiskIndependenceMode: { readonly Persistent: "persistent"; readonly Independent_persistent: "independent_persistent"; readonly Independent_nonpersistent: "independent_nonpersistent"; }; /** * Disk's independence mode type */ export type DiskIndependenceMode = (typeof DiskIndependenceMode)[keyof typeof DiskIndependenceMode]; export declare const NICType: { readonly E1000: "E1000"; readonly E1000E: "E1000E"; readonly PCNET32: "PCNET32"; readonly VMXNET: "VMXNET"; readonly VMXNET2: "VMXNET2"; readonly VMXNET3: "VMXNET3"; }; /** * NIC type */ export type NICType = (typeof NICType)[keyof typeof NICType];