Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISCSIDisk

Package version

interface

An interface representing ISCSIDisk. The iscsi disk.

extends

BaseModel

Hierarchy

Index

Properties

accessControlRecords

accessControlRecords: string[]
member

{string[]} accessControlRecords The access control records.

dataPolicy

dataPolicy: DataPolicy
member

{DataPolicy} dataPolicy The data policy. Possible values include: 'Invalid', 'Local', 'Tiered', 'Cloud'

Optional description

description: undefined | string
member

{string} [description] The description.

diskStatus

diskStatus: DiskStatus
member

{DiskStatus} diskStatus The disk status. Possible values include: 'Online', 'Offline'

Optional id

id: undefined | string
member

{string} [id] The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

Optional localUsedCapacityInBytes

localUsedCapacityInBytes: undefined | number
member

{number} [localUsedCapacityInBytes] The local used capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server.

monitoringStatus

monitoringStatus: MonitoringStatus
member

{MonitoringStatus} monitoringStatus The monitoring. Possible values include: 'Enabled', 'Disabled'

Optional name

name: undefined | string
member

{string} [name] The name. NOTE: This property will not be serialized. It can only be populated by the server.

provisionedCapacityInBytes

provisionedCapacityInBytes: number
member

{number} provisionedCapacityInBytes The provisioned capacity in bytes.

Optional type

type: undefined | string
member

{string} [type] The type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional usedCapacityInBytes

usedCapacityInBytes: undefined | number
member

{number} [usedCapacityInBytes] The used capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc