StorageApplianceConfigurationDataArgs

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.

Link copied to clipboard
val rackSlot: Output<Double>

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

Link copied to clipboard
val serialNumber: Output<String>

The serial number of the appliance.

Link copied to clipboard
val storageApplianceName: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): StorageApplianceConfigurationDataArgs