StorageApplianceConfigurationData interface
StorageApplianceConfigurationData represents configuration for the storage application.
Properties
admin |
The credentials of the administrative interface on this storage appliance. |
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.
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