StorageApplianceConfigurationDataResponse

data class StorageApplianceConfigurationDataResponse(val adminCredentials: AdministrativeCredentialsResponse, val rackSlot: Double, val serialNumber: String, val storageApplianceName: String? = null)

Constructors

constructor(adminCredentials: AdministrativeCredentialsResponse, rackSlot: Double, serialNumber: String, storageApplianceName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The credentials of the administrative interface on this storage appliance. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead.

Link copied to clipboard

The slot that storage appliance is in the rack based on the BOM configuration.

Link copied to clipboard

The serial number of the appliance.

Link copied to clipboard

The user-provided name for the storage appliance that will be created from this specification.