Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Disk

Package version

interface

An interface representing Disk. A disk discovered on a machine.

Hierarchy

  • Disk

Index

Properties

Optional gigabytesAllocated

gigabytesAllocated: undefined | number
member

{number} [gigabytesAllocated] Gigabytes of storage provisioned for this disk. NOTE: This property will not be serialized. It can only be populated by the server.

Optional gigabytesConsumed

gigabytesConsumed: undefined | number
member

{number} [gigabytesConsumed] Gigabytes of storage consumed by this disk. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc