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
fun GetElasticSanResult(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)