FabricVsphereDatastoreSpecification

FabricVsphereDatastoreSpecification
FabricVsphereDatastoreSpecification

Specification for updating a FabricVsphereDatastore

JSON Example
{
    "tags": [
        {
            "key": "fast-network",
            "value": "true"
        }
    ],
    "maximumAllowedStorageAllocationPercent": 80,
    "allocatedNonDiskStorageSpaceBytes": 1073741824
}
array of Tag
tags
Optional

A set of tag keys and optional values that were set on this resource instance.

integer As int32 As int32
maximumAllowedStorageAllocationPercent
Optional

What percent of the total available storage on the datastore will be used for disk provisioning.This value can be more than 100. e.g. If the datastore has 100gb of storage and this value is set to 80, then VMware Aria Automation will act as if this datastore has only 80gb. If it is 120, then VMware Aria Automation will act as if this datastore has 120g thus allowing 20gb overallocation.

integer As int64 As int64
allocatedNonDiskStorageSpaceBytes
Optional

What byte amount is the space occupied by items that are NOT disks on the data store.This property is NOT calculated or updated by VMware Aria Automation. It is a static config propertypopulated by the customer if it is needed (e.g. in the case of a big content library).