Library_Subscriptions_CreateSpec

Library_Subscriptions_CreateSpec
Library_Subscriptions_CreateSpec

The Subscriptions.CreateSpec structure defines the information required to create a new subscription of the published library.

JSON Example
{
    "subscribed_library": {
        "target": "string",
        "new_subscribed_library": {
            "name": "string",
            "description": "string",
            "storage_backings": [
                {
                    "type": "string",
                    "datastore_id": "string",
                    "storage_uri": "string"
                }
            ],
            "automatic_sync_enabled": false,
            "on_demand": false
        },
        "subscribed_library": "string",
        "location": "string",
        "vcenter": {
            "hostname": "string",
            "https_port": 0
        },
        "placement": {
            "folder": "string",
            "cluster": "string",
            "resource_pool": "string",
            "host": "string",
            "network": "string"
        }
    }
}
subscribed_library
Required

The Subscriptions.CreateSpecSubscribedLibrary structure defines the subscribed library information used to create the subscription.