StorageApplianceConfigurationData interface
StorageApplianceConfigurationData represents configuration for the storage application.
Properties
admin |
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. |
rack |
The slot that storage appliance is in the rack based on the BOM configuration. |
serial |
The serial number of the appliance. |
storage |
The user-provided name for the storage appliance that will be created from this specification. |
Property Details
adminCredentials
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.
adminCredentials: AdministrativeCredentials
Property Value
rackSlot
The slot that storage appliance is in the rack based on the BOM configuration.
rackSlot: number
Property Value
number
serialNumber
The serial number of the appliance.
serialNumber: string
Property Value
string
storageApplianceName
The user-provided name for the storage appliance that will be created from this specification.
storageApplianceName?: string
Property Value
string