Package | Description |
---|---|
com.vmware.vcenter.vcha |
The
com.vmware.vcenter.vcha package provides interfaces for deploying
and monitoring a vCenter High Availability (VCHA) Cluster. |
Modifier and Type | Method and Description |
---|---|
static ConnectionSpec |
ConnectionSpec._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static ConnectionSpec |
ConnectionSpec._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ConnectionSpec |
ConnectionSpec.Builder.build() |
ConnectionSpec |
CredentialsSpec.getActiveLocation()
Connection information for the management vCenter Server of the Active Node in a
VCHA Cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
CredentialsSpec.setActiveLocation(ConnectionSpec activeLocation)
Connection information for the management vCenter Server of the Active Node in a
VCHA Cluster.
|
Constructor and Description |
---|
Builder(ConnectionSpec activeLocation)
Constructor with parameters for the required properties of
CredentialsSpec . |