RackSkuProperties interface
RackSkuProperties represents the properties of compute-related hardware for a rack. This supports both aggregator and compute racks.
Properties
| compute |
The list of machine SKUs and associated rack slot for the compute-dedicated machines in this rack model. |
| controller |
The list of machine SKUs and associated rack slot for the control-plane dedicated machines in this rack model. |
| deployment |
The deployment type supported by the rack SKU. |
| description | The free-form text describing the rack. |
| max |
The maximum number of compute racks supported by an aggregator rack. 0 if this is a compute rack or a rack for a single rack cluster(rackType="Single"). |
| provisioning |
The provisioning state of the rack SKU resource. |
| rack |
The type of the rack. |
| storage |
The list of appliance SKUs and associated rack slot for the storage appliance(s) in this rack model. |
| supported |
The list of supported SKUs if the rack is an aggregator. |
Property Details
computeMachines
The list of machine SKUs and associated rack slot for the compute-dedicated machines in this rack model.
computeMachines?: MachineSkuSlot[]
Property Value
controllerMachines
The list of machine SKUs and associated rack slot for the control-plane dedicated machines in this rack model.
controllerMachines?: MachineSkuSlot[]
Property Value
deploymentType
The deployment type supported by the rack SKU.
deploymentType?: string
Property Value
string
description
The free-form text describing the rack.
description?: string
Property Value
string
maxClusterSlots
The maximum number of compute racks supported by an aggregator rack. 0 if this is a compute rack or a rack for a single rack cluster(rackType="Single").
maxClusterSlots?: number
Property Value
number
provisioningState
The provisioning state of the rack SKU resource.
provisioningState?: string
Property Value
string
rackType
The type of the rack.
rackType?: string
Property Value
string
storageAppliances
The list of appliance SKUs and associated rack slot for the storage appliance(s) in this rack model.
storageAppliances?: StorageApplianceSkuSlot[]
Property Value
supportedRackSkuIds
The list of supported SKUs if the rack is an aggregator.
supportedRackSkuIds?: string[]
Property Value
string[]