Library_Subscriptions_UpdateSpec

Library_Subscriptions_UpdateSpec
Library_Subscriptions_UpdateSpec

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

JSON Example
{
    "subscribed_library_vcenter": {
        "hostname": "string",
        "https_port": 0
    },
    "subscribed_library_placement": {
        "folder": "string",
        "cluster": "string",
        "resource_pool": "string",
        "host": "string",
        "network": "string"
    }
}
subscribed_library_vcenter
Optional

The Subscriptions.UpdateSpecVcenter structure defines information about the vCenter Server instance where the subscribed library associated with the subscription exists. The Subscriptions.UpdateSpecVcenter structure is only applicable to subscribed library which exists on remote vCenter Server instance.

subscribed_library_placement
Optional

The Subscriptions.UpdateSpecPlacement structure defines the placement information for the subscribed library's virtual machine template library items. Storage location of the virtual machine template items is defined by the subscribed library's storage backing. This placement information needs to be compatible with the subscribed library's storage backing. The Subscriptions.UpdateSpecPlacement structure is only applicable for the newly published virtual machine template library items of the subscribed library. Existing items will not be moved.