Get Storage Pool Types Result
data class GetStoragePoolTypesResult(val creationTimestamp: String, val deprecateds: List<GetStoragePoolTypesDeprecated>, val description: String, val id: Int, val kind: String, val maxPoolProvisionedCapacityGb: Int, val maxPoolProvisionedIops: Int, val maxPoolProvisionedThroughput: Int, val minPoolProvisionedCapacityGb: Int, val minPoolProvisionedIops: Int, val minPoolProvisionedThroughput: Int, val name: String, val project: String, val selfLink: String, val selfLinkWithId: String, val storagePoolType: String, val supportedDiskTypes: List<String>, val zone: String)
A collection of values returned by getStoragePoolTypes.
Constructors
Link copied to clipboard
constructor(creationTimestamp: String, deprecateds: List<GetStoragePoolTypesDeprecated>, description: String, id: Int, kind: String, maxPoolProvisionedCapacityGb: Int, maxPoolProvisionedIops: Int, maxPoolProvisionedThroughput: Int, minPoolProvisionedCapacityGb: Int, minPoolProvisionedIops: Int, minPoolProvisionedThroughput: Int, name: String, project: String, selfLink: String, selfLinkWithId: String, storagePoolType: String, supportedDiskTypes: List<String>, zone: String)