Volume interface
The volume.
- Extends
Properties
access |
The IDs of the access control records, associated with the volume. |
backup |
The IDs of the backup policies, in which this volume is part of. NOTE: This property will not be serialized. It can only be populated by the server. |
backup |
The backup status of the volume. NOTE: This property will not be serialized. It can only be populated by the server. |
monitoring |
The monitoring status of the volume. |
operation |
The operation status on the volume. NOTE: This property will not be serialized. It can only be populated by the server. |
size |
The size of the volume in bytes. |
volume |
The ID of the volume container, in which this volume is created. NOTE: This property will not be serialized. It can only be populated by the server. |
volume |
The volume status. |
volume |
The type of the volume. |
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
accessControlRecordIds
The IDs of the access control records, associated with the volume.
accessControlRecordIds: string[]
Property Value
string[]
backupPolicyIds
The IDs of the backup policies, in which this volume is part of. NOTE: This property will not be serialized. It can only be populated by the server.
backupPolicyIds?: string[]
Property Value
string[]
backupStatus
The backup status of the volume. NOTE: This property will not be serialized. It can only be populated by the server.
backupStatus?: BackupStatus
Property Value
monitoringStatus
The monitoring status of the volume.
monitoringStatus: MonitoringStatus
Property Value
operationStatus
The operation status on the volume. NOTE: This property will not be serialized. It can only be populated by the server.
operationStatus?: OperationStatus
Property Value
sizeInBytes
The size of the volume in bytes.
sizeInBytes: number
Property Value
number
volumeContainerId
The ID of the volume container, in which this volume is created. NOTE: This property will not be serialized. It can only be populated by the server.
volumeContainerId?: string
Property Value
string
volumeStatus
volumeType
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