Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class GetResult(val baseSizeInTib: Int, val extendedSizeInTib: Int, val id: String, val location: String, val name: String, val resourceGroupName: String, val skus: List<GetSkus>, val tags: Map<String, String>, val totalIops: Int, val totalMbps: Int, val totalSizeInTib: Int, val totalVolumeSizeInGib: Int, val volumeGroupCount: Int, val zones: List<String>)
A collection of values returned by get.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetVolumeGroupResult(val elasticSanId: String, val encryptionType: String, val encryptions: List<GetVolumeGroupEncryption>, val id: String, val identities: List<GetVolumeGroupIdentity>, val name: String, val networkRules: List<GetVolumeGroupNetworkRule>, val protocolType: String)
A collection of values returned by getVolumeGroup.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard