@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 3.35 kB
TypeScript
export declare const AzureBareMetalHardwareTypeNamesEnum: {
readonly Cisco_UCS: "Cisco_UCS";
readonly HPE: "HPE";
readonly SDFLEX: "SDFLEX";
};
/**
* Name of the hardware type (vendor and/or their product name)
*/
export type AzureBareMetalHardwareTypeNamesEnum = (typeof AzureBareMetalHardwareTypeNamesEnum)[keyof typeof AzureBareMetalHardwareTypeNamesEnum];
export declare const AzureBareMetalInstancePowerStateEnum: {
readonly Starting: "starting";
readonly Started: "started";
readonly Stopping: "stopping";
readonly Stopped: "stopped";
readonly Restarting: "restarting";
readonly Unknown: "unknown";
};
/**
* Resource power state
*/
export type AzureBareMetalInstancePowerStateEnum = (typeof AzureBareMetalInstancePowerStateEnum)[keyof typeof AzureBareMetalInstancePowerStateEnum];
export declare const AzureBareMetalInstanceSizeNamesEnum: {
readonly S72m: "S72m";
readonly S144m: "S144m";
readonly S72: "S72";
readonly S144: "S144";
readonly S192: "S192";
readonly S192m: "S192m";
readonly S192xm: "S192xm";
readonly S96: "S96";
readonly S112: "S112";
readonly S224: "S224";
readonly S224m: "S224m";
readonly S224om: "S224om";
readonly S224oo: "S224oo";
readonly S224oom: "S224oom";
readonly S224ooo: "S224ooo";
readonly S384: "S384";
readonly S384m: "S384m";
readonly S384xm: "S384xm";
readonly S384xxm: "S384xxm";
readonly S448: "S448";
readonly S448m: "S448m";
readonly S448om: "S448om";
readonly S448oo: "S448oo";
readonly S448oom: "S448oom";
readonly S448ooo: "S448ooo";
readonly S448se: "S448se";
readonly S576m: "S576m";
readonly S576xm: "S576xm";
readonly S672: "S672";
readonly S672m: "S672m";
readonly S672om: "S672om";
readonly S672oo: "S672oo";
readonly S672oom: "S672oom";
readonly S672ooo: "S672ooo";
readonly S768: "S768";
readonly S768m: "S768m";
readonly S768xm: "S768xm";
readonly S896: "S896";
readonly S896m: "S896m";
readonly S896om: "S896om";
readonly S896oo: "S896oo";
readonly S896oom: "S896oom";
readonly S896ooo: "S896ooo";
readonly S960m: "S960m";
};
/**
* Specifies the Azure Bare Metal Instance SKU.
*/
export type AzureBareMetalInstanceSizeNamesEnum = (typeof AzureBareMetalInstanceSizeNamesEnum)[keyof typeof AzureBareMetalInstanceSizeNamesEnum];
export declare const ProvisioningState: {
readonly Accepted: "Accepted";
readonly Creating: "Creating";
readonly Updating: "Updating";
readonly Failed: "Failed";
readonly Succeeded: "Succeeded";
readonly Deleting: "Deleting";
readonly Canceled: "Canceled";
readonly Migrating: "Migrating";
};
/**
* State of provisioning of the AzureBareMetalStorageInstance
*/
export type ProvisioningState = (typeof ProvisioningState)[keyof typeof ProvisioningState];
export declare const ResourceIdentityType: {
readonly SystemAssigned: "SystemAssigned";
readonly None: "None";
};
/**
* The type of identity used for the Azure Bare Metal Storage Instance. The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Azure Bare Metal Storage Instance.
*/
export type ResourceIdentityType = (typeof ResourceIdentityType)[keyof typeof ResourceIdentityType];