RackDefinitionResponse

data class RackDefinitionResponse(val availabilityZone: String? = null, val bareMetalMachineConfigurationData: List<BareMetalMachineConfigurationDataResponse>? = null, val networkRackId: String, val rackLocation: String? = null, val rackSerialNumber: String, val rackSkuId: String, val storageApplianceConfigurationData: List<StorageApplianceConfigurationDataResponse>? = null)

Constructors

Link copied to clipboard
constructor(availabilityZone: String? = null, bareMetalMachineConfigurationData: List<BareMetalMachineConfigurationDataResponse>? = null, networkRackId: String, rackLocation: String? = null, rackSerialNumber: String, rackSkuId: String, storageApplianceConfigurationData: List<StorageApplianceConfigurationDataResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The zone name used for this rack when created. Availability zones are used for workload placement.

Link copied to clipboard

The unordered list of bare metal machine configuration.

Link copied to clipboard

The resource ID of the network rack that matches this rack definition.

Link copied to clipboard
val rackLocation: String? = null

The free-form description of the rack's location.

Link copied to clipboard

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.

Link copied to clipboard

The resource ID of the sku for the rack being added.

Link copied to clipboard

The list of storage appliance configuration data for this rack.