VCFInfraEndpoint
VCFInfraEndpoint
An object to encapsulate the urn and access credentials of a VCF Infra endpoint (SDDCManager).
JSON Example
{
"id": "urn:vcloud:vcfInfraEndpoint:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "string",
"hostName": "string",
"username": "string",
"password": "string",
"ipaddress": "string",
"certificate": "string",
"version": "string"
}
string
id
Optional
The URN of the registered VCF Infra endpoint.
string
name
Required
The name of the registered VCF Infra endpoint object.
string
hostName
Required
The host name of the registered VCF Infra endpoint object.
string
username
Required
The service account user name.
string
password
Required
The service account password.
string
ipaddress
Optional
The IP address of the VCF Infra endpoint object.
string
certificate
Optional
The security certificate of the VCF Infra endpoint object.
string
version
Required
The version of the VCF Infra endpoint object.