GetElasticSanResult

data class GetElasticSanResult(val availabilityZones: List<String>? = null, val baseSizeTiB: Double, val extendedCapacitySizeTiB: Double, val id: String, val location: String? = null, val name: String, val provisioningState: String, val sku: SkuResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val totalIops: Double, val totalMBps: Double, val totalSizeTiB: Double, val totalVolumeSizeGiB: Double, val type: String, val volumeGroupCount: Double)

Response for ElasticSan request.

Constructors

Link copied to clipboard
constructor(availabilityZones: List<String>? = null, baseSizeTiB: Double, extendedCapacitySizeTiB: Double, id: String, location: String? = null, name: String, provisioningState: String, sku: SkuResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, totalIops: Double, totalMBps: Double, totalSizeTiB: Double, totalVolumeSizeGiB: Double, type: String, volumeGroupCount: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Logical zone for Elastic San resource; example: "1".

Link copied to clipboard

Base size of the Elastic San appliance in TiB.

Link copied to clipboard

Extended size of the Elastic San appliance in TiB.

Link copied to clipboard
val id: String

Azure resource identifier.

Link copied to clipboard
val location: String? = null

The geo-location where the resource lives.

Link copied to clipboard

Azure resource name.

Link copied to clipboard

State of the operation on the resource.

Link copied to clipboard

resource sku

Link copied to clipboard

Resource metadata required by ARM RPC

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

Azure resource tags.

Link copied to clipboard

Total Provisioned IOPS of the Elastic San appliance.

Link copied to clipboard

Total Provisioned MBps Elastic San appliance.

Link copied to clipboard

Total size of the Elastic San appliance in TB.

Link copied to clipboard

Total size of the provisioned Volumes in GiB.

Link copied to clipboard

Azure resource type.

Link copied to clipboard

Total number of volume groups in this Elastic San appliance.