HbrTargetSpecReplacement

HbrTargetSpecReplacement
HbrTargetSpecReplacement

Defines replace-all specs on source host operation.

This operation will remove all existing specs and will replace them with new ones. If specs is empty array, all existing specs will be removed and nothing new will be added.

Since: vSphere API Release 9.0.0.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "spec": [
        {
            "_typeName": "string",
            "targetIP": "string",
            "certificate": "string"
        }
    ]
}
spec
Optional

Array of all new targets.

If this is empty array, nothing new will be configured and all existing ones will be deleted.