IscsiDisk interface

The iSCSI disk.

Extends

Properties

accessControlRecords

The access control records.

dataPolicy

The data policy.

description

The description.

diskStatus

The disk status.

localUsedCapacityInBytes

The local used capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server.

monitoringStatus

The monitoring.

provisionedCapacityInBytes

The provisioned capacity in bytes.

usedCapacityInBytes

The used capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

name

The name. NOTE: This property will not be serialized. It can only be populated by the server.

type

The type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

accessControlRecords

The access control records.

accessControlRecords: string[]

Property Value

string[]

dataPolicy

The data policy.

dataPolicy: DataPolicy

Property Value

description

The description.

description?: string

Property Value

string

diskStatus

The disk status.

diskStatus: DiskStatus

Property Value

localUsedCapacityInBytes

The local used capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server.

localUsedCapacityInBytes?: number

Property Value

number

monitoringStatus

The monitoring.

monitoringStatus: MonitoringStatus

Property Value

provisionedCapacityInBytes

The provisioned capacity in bytes.

provisionedCapacityInBytes: number

Property Value

number

usedCapacityInBytes

The used capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server.

usedCapacityInBytes?: number

Property Value

number

Inherited Property Details

id

The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From BaseModel.id

name

The name. 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 type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From BaseModel.type