Storage Appliance Configuration Data Args
data class StorageApplianceConfigurationDataArgs(val adminCredentials: Output<AdministrativeCredentialsArgs>, val rackSlot: Output<Double>, val serialNumber: Output<String>, val storageApplianceName: Output<String>? = null) : ConvertibleToJava<StorageApplianceConfigurationDataArgs>
Constructors
Link copied to clipboard
constructor(adminCredentials: Output<AdministrativeCredentialsArgs>, rackSlot: Output<Double>, serialNumber: Output<String>, storageApplianceName: Output<String>? = null)
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 serial number of the appliance.
Link copied to clipboard
The user-provided name for the storage appliance that will be created from this specification.