Package version:

AVS storage container properties

interface AvsStorageContainerProperties {
    datastore?: string;
    mounted?: boolean;
    provisionedLimit?: number;
    resourceName: string;
    space?: Space;
}

Properties

datastore?: string

VMware datastore associated with this storage container (if any)

mounted?: boolean

Whether the datastore is mounted in VMware or not

provisionedLimit?: number

Maximum amount of bytes that can be provisioned in this storage container; it must be a multiple of 512; each time a volume is provisioned in this container, its provisionedSize will be counted against the provisionLimit and the provisioning will fail if it goes over (minimum: 1048576 (1MiB), maximum: 4503599627370496 (4PiB)); by default it is unrestricted

resourceName: string

Name of the storage container

space?: Space

Storage space usage