LibrarySubscriptionsUpdateSpec

The Subscriptions.UpdateSpec structure defines information required to update the subscription.


Properties

subscribed_library_placement Optional

Placement specification for the virtual machine template items of the subscribed library. Updating this information will only affect new or updated items, existing items will not be moved. The entire placement configuration of the subscribed library will replaced by the new specification. If unset, the placement configuration of the subscribed library will be unchanged.


subscribed_library_vcenter Optional

Specification for the subscribed library’s vCenter Server instance. If unset, the value is unchanged.

JSON Example

{
	"subscribed_library_placement": {
		"cluster": "string",
		"folder": "string",
		"host": "string",
		"network": "string",
		"resource_pool": "string"
	},
	"subscribed_library_vcenter": {
		"hostname": "string",
		"https_port": 0
	}
}
Parameter To

Update Subscriptions

Feedback

Was this page helpful?