ReconfigureDatacenterRequestType

ReconfigureDatacenterRequestType
ReconfigureDatacenterRequestType

The parameters of ReconfigureDatacenter_Task.

JSON Example
{
    "spec": {
        "_typeName": "string",
        "defaultHardwareVersionKey": "string",
        "maximumHardwareVersionKey": "string"
    },
    "modify": false
}
spec
Required

Changes to apply to the datacenter configuration.

boolean
modify
Required

Flag to specify whether the specification ("spec") should be applied incrementally. If "modify" is false and the operation succeeds, then the configuration of the datacenter matches the specification exactly; in this case any unset portions of the specification will result in unset or default portions of the configuration.