VolumeContainer interface
The volume container.
- Extends
Properties
band |
The bandwidth-rate set on the volume container. |
bandwidth |
The ID of the bandwidth setting associated with the volume container. |
encryption |
The key used to encrypt data in the volume container. It is required when property 'EncryptionStatus' is "Enabled". |
encryption |
The flag to denote whether encryption is enabled or not. NOTE: This property will not be serialized. It can only be populated by the server. |
owner |
The owner ship status of the volume container. Only when the status is "NotOwned", the delete operation on the volume container is permitted. NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
The path ID of storage account associated with the volume container. |
total |
The total cloud storage for the volume container. NOTE: This property will not be serialized. It can only be populated by the server. |
volume |
The number of volumes in the volume Container. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server. |
kind | The Kind of the object. Currently only Series8000 is supported |
name | The name of the object. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
bandWidthRateInMbps
The bandwidth-rate set on the volume container.
bandWidthRateInMbps?: number
Property Value
number
bandwidthSettingId
The ID of the bandwidth setting associated with the volume container.
bandwidthSettingId?: string
Property Value
string
encryptionKey
The key used to encrypt data in the volume container. It is required when property 'EncryptionStatus' is "Enabled".
encryptionKey?: AsymmetricEncryptedSecret
Property Value
encryptionStatus
The flag to denote whether encryption is enabled or not. NOTE: This property will not be serialized. It can only be populated by the server.
encryptionStatus?: EncryptionStatus
Property Value
ownerShipStatus
The owner ship status of the volume container. Only when the status is "NotOwned", the delete operation on the volume container is permitted. NOTE: This property will not be serialized. It can only be populated by the server.
ownerShipStatus?: OwnerShipStatus
Property Value
storageAccountCredentialId
The path ID of storage account associated with the volume container.
storageAccountCredentialId: string
Property Value
string
totalCloudStorageUsageInBytes
The total cloud storage for the volume container. NOTE: This property will not be serialized. It can only be populated by the server.
totalCloudStorageUsageInBytes?: number
Property Value
number
volumeCount
The number of volumes in the volume Container. NOTE: This property will not be serialized. It can only be populated by the server.
volumeCount?: number
Property Value
number
Inherited Property Details
id
The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From BaseModel.id
kind
The Kind of the object. Currently only Series8000 is supported
kind?: "Series8000"
Property Value
"Series8000"
Inherited From BaseModel.kind
name
The name of the object. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From BaseModel.name
type
The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From BaseModel.type
Azure SDK for JavaScript