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