GetStorageApplianceResult

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

Constructors

Link copied to clipboard
constructor(administratorCredentials: AdministrativeCredentialsResponse, capacity: Double, capacityUsed: Double, clusterId: String, detailedStatus: String, detailedStatusMessage: String, extendedLocation: ExtendedLocationResponse, id: String, location: String, managementIpv4Address: String, name: String, provisioningState: String, rackId: String, rackSlot: Double, remoteVendorManagementFeature: String, remoteVendorManagementStatus: String, serialNumber: String, storageApplianceSkuId: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: 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 total capacity of the storage appliance.

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.

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

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 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 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"