vcenter vcha capabilities: info
The
info
structure contains information about the capabilities of the active node of a VCHA configuration. This structure was added in vSphere API 6.7.1.Representation:
{
"vcha_licensed" : true,
"management_vcenter_credentials_required" : true,
"failover_ip_mode_valid" : true
}
"vcha_licensed" : true,
"management_vcenter_credentials_required" : true,
"failover_ip_mode_valid" : true
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
management_vcenter_credentials_required | boolean | Are the active's management vCenter server credentials required. This attribute was added in vSphere API 6.7.1. |
vcha_licensed | boolean | Does the vCenter have the appropriate license for VCHA. This attribute was added in vSphere API 6.7.1. |
failover_ip_mode_valid | boolean | Is the assignment mode of failover IP of the active node in the VCHA cluster valid. This attribute was added in vSphere API 6.7.1. |