VchaCredentialsSpec

The CredentialsSpec structure contains information to connect to the vCenter server managing the VCHA nodes.


Properties

active_location Required

Connection information for the management vCenter Server of the Active Node in a VCHA Cluster.

JSON Example

{
	"active_location": {
		"hostname": "string",
		"password": "string",
		"username": "string"
	}
}

Feedback

Was this page helpful?