StorageApplianceProperties interface
StorageApplianceProperties represents the properties of the storage appliance.
Properties
| administrator |
The credentials of the administrative interface on this storage appliance. |
| ca |
The CA certificate information issued by the platform for connecting to TLS interfaces for the storage appliance. Callers add this certificate to their trusted CA store to allow secure communication with the storage appliance. |
| capacity | The total capacity of the storage appliance. Measured in GiB. |
| capacity |
The amount of storage consumed. Measured in GiB. |
| cluster |
The resource ID of the cluster this storage appliance is associated with. |
| detailed |
The detailed status of the storage appliance. |
| detailed |
The descriptive message about the current detailed status. |
| expansion |
The list of expansion shelves connected to the storage appliance. |
| management |
The endpoint for the management interface of the storage appliance. |
| manufacturer | The manufacturer of the storage appliance. |
| model | The model of the storage appliance. |
| monitoring |
The monitoring configuration status of the storage appliance. |
| provisioning |
The provisioning state of the storage appliance. |
| rack |
The resource ID of the rack where this storage appliance resides. |
| rack |
The slot the storage appliance is in the rack based on the BOM configuration. |
| remote |
The indicator of whether the storage appliance supports remote vendor management. |
| remote |
The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature. |
| secret |
The list of statuses that represent secret rotation activity. |
| serial |
The serial number for the storage appliance. |
| storage |
The SKU for the storage appliance. |
| version | The version of the storage appliance. |
Property Details
administratorCredentials
The credentials of the administrative interface on this storage appliance.
administratorCredentials: AdministrativeCredentials
Property Value
caCertificate
The CA certificate information issued by the platform for connecting to TLS interfaces for the storage appliance. Callers add this certificate to their trusted CA store to allow secure communication with the storage appliance.
caCertificate?: CertificateInfo
Property Value
capacity
The total capacity of the storage appliance. Measured in GiB.
capacity?: number
Property Value
number
capacityUsed
The amount of storage consumed. Measured in GiB.
capacityUsed?: number
Property Value
number
clusterId
The resource ID of the cluster this storage appliance is associated with.
clusterId?: string
Property Value
string
detailedStatus
The detailed status of the storage appliance.
detailedStatus?: string
Property Value
string
detailedStatusMessage
The descriptive message about the current detailed status.
detailedStatusMessage?: string
Property Value
string
expansionShelves
The list of expansion shelves connected to the storage appliance.
expansionShelves?: StorageApplianceExpansionShelf[]
Property Value
managementIpv4Address
The endpoint for the management interface of the storage appliance.
managementIpv4Address?: string
Property Value
string
manufacturer
The manufacturer of the storage appliance.
manufacturer?: string
Property Value
string
model
The model of the storage appliance.
model?: string
Property Value
string
monitoringConfigurationStatus
The monitoring configuration status of the storage appliance.
monitoringConfigurationStatus?: StorageApplianceMonitoringConfigurationStatus
Property Value
provisioningState
The provisioning state of the storage appliance.
provisioningState?: string
Property Value
string
rackId
The resource ID of the rack where this storage appliance resides.
rackId: string
Property Value
string
rackSlot
The slot the storage appliance is in the rack based on the BOM configuration.
rackSlot: number
Property Value
number
remoteVendorManagementFeature
The indicator of whether the storage appliance supports remote vendor management.
remoteVendorManagementFeature?: string
Property Value
string
remoteVendorManagementStatus
The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature.
remoteVendorManagementStatus?: string
Property Value
string
secretRotationStatus
The list of statuses that represent secret rotation activity.
secretRotationStatus?: SecretRotationStatus[]
Property Value
serialNumber
The serial number for the storage appliance.
serialNumber: string
Property Value
string
storageApplianceSkuId
The SKU for the storage appliance.
storageApplianceSkuId: string
Property Value
string
version
The version of the storage appliance.
version?: string
Property Value
string