content library subscriptions: update spec vcenter
The
update_spec_vcenter
structure defines information about the vCenter Server instance where the subscribed library associated with the subscription exists. The update_spec_vcenter
structure is only applicable to subscribed library which exists on remote vCenter Server instance. This structure was added in vSphere API 6.7.2.Representation:
{
"hostname" : "string",
"https_port" : 1
}
"hostname" : "string",
"https_port" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
hostname | string | The hostname of the subscribed library's vCenter Server. This attribute was added in vSphere API 6.7.2. Optional. If unset, the value is unchanged. |
https_port | long | The HTTPS port of the vCenter Server instance where the subscribed library exists. This attribute was added in vSphere API 6.7.2. Optional. If unset, the value is unchanged. |