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
constructor(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)
Properties
Link copied to clipboard
The bandwidth-rate set on the volume container.
Link copied to clipboard
The ID of the bandwidth setting associated with the volume container.
Link copied to clipboard
The key used to encrypt data in the volume container. It is required when property 'EncryptionStatus' is "Enabled".
Link copied to clipboard
The flag to denote whether encryption is enabled or not.
Link copied to clipboard
The owner ship status of the volume container. Only when the status is "NotOwned", the delete operation on the volume container is permitted.
Link copied to clipboard
The path ID of storage account associated with the volume container.
Link copied to clipboard
The total cloud storage for the volume container.
Link copied to clipboard
The number of volumes in the volume Container.