Vcha_Operations_Info

Vcha_Operations_Info
Vcha_Operations_Info

The Operations.Info structure contains information about which the VCHA operations cannot be invoked in the current state of the system and the list of currently active VCHA operations.

JSON Example
{
    "disabled": [
        "string"
    ],
    "active": [
        "string"
    ]
}
array of string
disabled
Required

Identifiers of the operations that are current disabled. These operation strings are one of "com.vmware.vcenter.vcha.cluster.deploy", "com.vmware.vcenter.vcha.cluster.failover", "com.vmware.vcenter.vcha.cluster.passive.redeploy", "com.vmware.vcenter.vcha.cluster.witness.redeploy", "com.vmware.vcenter.vcha.cluster.mode.set", "com.vmware.vcenter.vcha.cluster.undeploy" and "com.vmware.vcenter.vcha.cluster.get". When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.vapi.operation. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.vapi.operation.

array of string
active
Required

Identifiers of the operations that are currently running. These operation strings are one of "com.vmware.vcenter.vcha.cluster.deploy", "com.vmware.vcenter.vcha.cluster.failover", "com.vmware.vcenter.vcha.cluster.passive.redeploy", "com.vmware.vcenter.vcha.cluster.witness.redeploy", "com.vmware.vcenter.vcha.cluster.mode.set", and "com.vmware.vcenter.vcha.cluster.undeploy". When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.vapi.operation. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.vapi.operation.