OBJECT
Nutanix storage container details.
type NutanixStorageContainer {# Memory left on the container in bytes.freeBytes: Long! # Name of the container.name: String! # Size of the container in bytes.totalBytes: Long! # Used space on the container in bytes.usedBytes: Long! # ID of the container.uuid: String! }