Get Volume Result
data class GetVolumeResult(val accountName: String, val dataProtectionReplications: List<GetVolumeDataProtectionReplication>, val id: String, val location: String, val mountIpAddresses: List<String>, val name: String, val networkFeatures: String, val poolName: String, val protocols: List<String>, val resourceGroupName: String, val securityStyle: String? = null, val serviceLevel: String, val storageQuotaInGb: Int, val subnetId: String, val volumePath: String, val zone: String)
A collection of values returned by getVolume.
Constructors
Link copied to clipboard
fun GetVolumeResult(accountName: String, dataProtectionReplications: List<GetVolumeDataProtectionReplication>, id: String, location: String, mountIpAddresses: List<String>, name: String, networkFeatures: String, poolName: String, protocols: List<String>, resourceGroupName: String, securityStyle: String? = null, serviceLevel: String, storageQuotaInGb: Int, subnetId: String, volumePath: String, zone: String)