Get Volume Container Result
data class GetVolumeContainerResult(val bandWidthRateInMbps: Int? = null, val bandwidthSettingId: String? = null, val encryptionKey: AsymmetricEncryptedSecretResponse? = null, val encryptionStatus: String, val id: String, val kind: String? = null, val name: String, val ownerShipStatus: String, val storageAccountCredentialId: String, val totalCloudStorageUsageInBytes: Double, val type: String, val volumeCount: Int)
The volume container.
Constructors
Link copied to clipboard
fun GetVolumeContainerResult(bandWidthRateInMbps: Int? = null, bandwidthSettingId: String? = null, encryptionKey: AsymmetricEncryptedSecretResponse? = null, encryptionStatus: String, id: String, kind: String? = null, name: String, ownerShipStatus: String, storageAccountCredentialId: String, totalCloudStorageUsageInBytes: Double, type: String, volumeCount: Int)