Name: InstanceDisplayAttributes

These attributes are optional, the client can include those that are applicable. These attributes do not impact object behavior, they only fill in various fields or set visual attributes for the object in OneUI.
Eventually these attributes should be deprecated, since they are only necessary in TGC now that OneUI is becoming our primary UI.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.generic.InstanceDisplayAttributes",
   "hasExternalSnapshots": <Boolean>,
   "hostname": <String>,
   "isOwnerOfBaseExtents": <Boolean>,
   "managerDisplayName": <String>,
   "memoryProvisionedMB": <Number>,
   "numCpu": <Number>,
   "path": <String>,
   "poweredOn": <Boolean>,
   "template": <Boolean>,
   "version": <Number>,
   "storageContainers": [StorageContainer],
}

Elements
NameTypeDescription
storageContainersxsd:list[StorageContainer]Storage containers associated with the object. This could be a datastore, a share, etc.

Attributes
NameTypeDescription
hasExternalSnapshotsxsd:booleanDoes this object have snapshots (at the integration level)?
hostnamexsd:stringName of the host associated with this object.
isOwnerOfBaseExtentsxsd:booleanDoes this object own sub-objects that are shared with other objects?
managerDisplayNamexsd:stringThe name of the manager for this object.
memoryProvisionedMBxsd:intHow much memory (in MB) is associated with this object? If null or omitted will be blank.
numCpuxsd:intHow many cpus are associated with this object? If null or omitted will be blank.
pathxsd:stringThe path to this object in the integration space. Generally includes the manager for the object as the root, then any logical groupings used by the integration (logical folders, tenants, groups, etc.) Generally delimited by " > ". For example:
My obj manager > My obj organization > My obj group
poweredOnxsd:booleanIs the object powered on?
templatexsd:booleanIs this object a "template"?
versionxsd:intDatabase Version