DatacenterConfigInfo

DatacenterConfigInfo
DatacenterConfigInfo

Configuration of the datacenter.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "defaultHardwareVersionKey": "string",
    "maximumHardwareVersionKey": "string"
}
string
defaultHardwareVersionKey
Optional

Key for Default Hardware Version used on this datacenter in the format of VirtualMachineConfigOptionDescriptor.key.

This field affects VirtualMachineConfigOptionDescriptor.defaultConfigOption returned by ComputeResource.environmentBrowser of all its children with this field unset.

string
maximumHardwareVersionKey
Optional

Key for Maximum Hardware Version used on this datacenter in the format of VirtualMachineConfigOptionDescriptor.key.

This field affects VirtualMachineConfigOptionDescriptor.defaultConfigOption returned by ComputeResource.environmentBrowser of all its children with this field unset.

Since: vSphere API Release 7.0.2.0