RackDefinition interface
RackDefinition represents details regarding the rack.
Properties
availability |
The zone name used for this rack when created. Availability zones are used for workload placement. |
bare |
The unordered list of bare metal machine configuration. |
network |
The resource ID of the network rack that matches this rack definition. |
rack |
The free-form description of the rack's location. |
rack |
The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired. |
rack |
The resource ID of the sku for the rack being added. |
storage |
The list of storage appliance configuration data for this rack. |
Property Details
availabilityZone
The zone name used for this rack when created. Availability zones are used for workload placement.
availabilityZone?: string
Property Value
string
bareMetalMachineConfigurationData
The unordered list of bare metal machine configuration.
bareMetalMachineConfigurationData?: BareMetalMachineConfigurationData[]
Property Value
networkRackId
The resource ID of the network rack that matches this rack definition.
networkRackId: string
Property Value
string
rackLocation
The free-form description of the rack's location.
rackLocation?: string
Property Value
string
rackSerialNumber
The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.
rackSerialNumber: string
Property Value
string
rackSkuId
The resource ID of the sku for the rack being added.
rackSkuId: string
Property Value
string
storageApplianceConfigurationData
The list of storage appliance configuration data for this rack.
storageApplianceConfigurationData?: StorageApplianceConfigurationData[]