GetVolumeContainerResult

data class GetVolumeContainerResult(val azureApiVersion: String, 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(azureApiVersion: String, 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard
val kind: String? = null

The Kind of the object. Currently only Series8000 is supported

Link copied to clipboard

The name of the object.

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 hierarchical type of the object.

Link copied to clipboard

The number of volumes in the volume Container.