HostCacheConfigurationSpec

HostCacheConfigurationSpec
HostCacheConfigurationSpec

Host cache configuration specification.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "datastore": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "swapSize": 0
}
datastore
Required

Reference to an instance of the Datastore managed object.

integer As int64 As int64
swapSize
Required

Space to allocate on this datastore to implement swap performance enhancements, in MB.

This value should be less or equal to free space capacity on the datastore freeSpace.