ReconfigureDatacenterRequestType
ReconfigureDatacenterRequestType
The parameters of ReconfigureDatacenter_Task.
JSON Example
{
"spec": {
"_typeName": "string",
"defaultHardwareVersionKey": "string",
"maximumHardwareVersionKey": "string"
},
"modify": false
}
spec
Required
A set of configuration changes to apply to the datacenter. The specification can be a complete set of changes or a partial set of changes, applied incrementally.
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.