Compartir a través de


StorageApplianceConfigurationData Class

StorageApplianceConfigurationData represents configuration for the storage application.

All required parameters must be populated in order to send to server.

Constructor

StorageApplianceConfigurationData(*, admin_credentials: _models.AdministrativeCredentials, rack_slot: int, serial_number: str, storage_appliance_name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
admin_credentials

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. Required.

rack_slot
int

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

serial_number
str

The serial number of the appliance. Required.

storage_appliance_name
str

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

Default value: None

Variables

Name Description
admin_credentials

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. Required.

rack_slot
int

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

serial_number
str

The serial number of the appliance. Required.

storage_appliance_name
str

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