Package version:

The datastore details of the MT.

interface DataStore {
    capacity?: string;
    freeSpace?: string;
    symbolicName?: string;
    type?: string;
    uuid?: string;
}

Properties

capacity?: string

The capacity of data store in GBs.

freeSpace?: string

The free space of data store in GBs.

symbolicName?: string

The symbolic name of data store.

type?: string

The type of data store.

uuid?: string

The uuid of data store.