Get Pool Result
data class GetPoolResult(val coolAccess: Boolean? = null, val encryptionType: String? = null, val etag: String, val id: String, val location: String, val name: String, val poolId: String, val provisioningState: String, val qosType: String? = null, val serviceLevel: String, val size: Double, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val totalThroughputMibps: Double, val type: String, val utilizedThroughputMibps: Double)
Capacity pool resource
Constructors
Link copied to clipboard
fun GetPoolResult(coolAccess: Boolean? = null, encryptionType: String? = null, etag: String, id: String, location: String, name: String, poolId: String, provisioningState: String, qosType: String? = null, serviceLevel: String, size: Double, systemData: SystemDataResponse, tags: Map<String, String>? = null, totalThroughputMibps: Double, type: String, utilizedThroughputMibps: Double)