GetStorageApplianceResult

data class GetStorageApplianceResult(val administratorCredentials: AdministrativeCredentialsResponse, val azureApiVersion: String, val capacity: Double, val capacityUsed: Double, val clusterId: String, val detailedStatus: String, val detailedStatusMessage: String, val etag: String, val extendedLocation: ExtendedLocationResponse, val id: String, val location: String, val managementIpv4Address: String, val manufacturer: String, val model: String, val name: String, val provisioningState: String, val rackId: String, val rackSlot: Double, val remoteVendorManagementFeature: String, val remoteVendorManagementStatus: String, val secretRotationStatus: List<SecretRotationStatusResponse>, val serialNumber: String, val storageApplianceSkuId: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val version: String)

Constructors

Link copied to clipboard
constructor(administratorCredentials: AdministrativeCredentialsResponse, azureApiVersion: String, capacity: Double, capacityUsed: Double, clusterId: String, detailedStatus: String, detailedStatusMessage: String, etag: String, extendedLocation: ExtendedLocationResponse, id: String, location: String, managementIpv4Address: String, manufacturer: String, model: String, name: String, provisioningState: String, rackId: String, rackSlot: Double, remoteVendorManagementFeature: String, remoteVendorManagementStatus: String, secretRotationStatus: List<SecretRotationStatusResponse>, serialNumber: String, storageApplianceSkuId: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The credentials of the administrative interface on this storage appliance.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The total capacity of the storage appliance. Measured in GiB.

Link copied to clipboard

The amount of storage consumed.

Link copied to clipboard

The resource ID of the cluster this storage appliance is associated with. Measured in GiB.

Link copied to clipboard

The detailed status of the storage appliance.

Link copied to clipboard

The descriptive message about the current detailed status.

Link copied to clipboard

Resource ETag.

Link copied to clipboard

The extended location of the cluster associated with the resource.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The endpoint for the management interface of the storage appliance.

Link copied to clipboard

The manufacturer of the storage appliance.

Link copied to clipboard

The model of the storage appliance.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The provisioning state of the storage appliance.

Link copied to clipboard

The resource ID of the rack where this storage appliance resides.

Link copied to clipboard

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

Link copied to clipboard

The indicator of whether the storage appliance supports remote vendor management.

Link copied to clipboard

The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature.

Link copied to clipboard

The list of statuses that represent secret rotation activity.

Link copied to clipboard

The serial number for the storage appliance.

Link copied to clipboard

The SKU for the storage appliance.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

The version of the storage appliance.