Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Disk

The assets disk.

Properties

Optional bootOrder

bootOrder: undefined | number

Order of boot volumes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional location

location: undefined | string

Location of the boot/data volume.

Optional name

name: undefined | string

Disk name.

Optional persistentMode

persistentMode: undefined | string

The disk persistent mode.

Optional sizeInMBs

sizeInMBs: undefined | number

The size of the volume in MBs. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional uuid

uuid: undefined | string

Disk UUID for the virtual disk, if available.

Optional uuidLun

uuidLun: undefined | string

Disk UUID LUN for the virtual disk, if available.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Disk): object

getJsonObj

  • getJsonObj(obj: Disk): object