@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 668 B
TypeScript
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];