Snapservice.Sites.VcenterConnectionSpec
Snapservice.Sites.VcenterConnectionSpec
The Snapservice.Sites.VcenterConnectionSpec schema contains properties used to provide connection specifications for the remote vCenter.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"host": "string",
"port": 0
}
string
host
Required
Host of the remote vCenter.
This property was added in vSphere API 9.0.0.0.
integer As int64
As int64
port
Optional
This property was added in vSphere API 9.0.0.0.
If missing or null
, default SSL port will be used for the remote vCenter.