Volume interface

The volume.

Extends

Properties

accessControlRecordIds

The IDs of the access control records, associated with the volume.

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.

backupStatus

The backup status of the volume. NOTE: This property will not be serialized. It can only be populated by the server.

monitoringStatus

The monitoring status of the volume.

operationStatus

The operation status on the volume. NOTE: This property will not be serialized. It can only be populated by the server.

sizeInBytes

The size of the volume in bytes.

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.

volumeStatus

The volume status.

volumeType

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

The volume status.

volumeStatus: VolumeStatus

Property Value

volumeType

The type of the volume.

volumeType: VolumeType

Property Value

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