Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataStore

Package version

interface

An interface representing DataStore. The datastore details of the MT.

Hierarchy

  • DataStore

Index

Properties

Optional capacity

capacity: undefined | string
member

{string} [capacity] The capacity of data store in GBs.

Optional freeSpace

freeSpace: undefined | string
member

{string} [freeSpace] The free space of data store in GBs.

Optional symbolicName

symbolicName: undefined | string
member

{string} [symbolicName] The symbolic name of data store.

Optional type

type: undefined | string
member

{string} [type] The type of data store.

Optional uuid

uuid: undefined | string
member

{string} [uuid] The uuid of data store.

Generated using TypeDoc