Get Elastic San Result
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)
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
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
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
Total number of volume groups in this Elastic San appliance.