content library: source info

The source_info structure contains information about the source published library of a subscribed library. This structure was added in vSphere API 6.7.2.

Representation:

{
    "source_library""obj-103",
    "subscription""obj-103"
}

Attributes:

Name Type Description
Optional
source_library string Identifier of the published library. This attribute was added in vSphere API 6.7.2.

Optional. This field must be provided for the create operation. It will always be present in the result of the get or list operations. It is optional for the update operation.When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.content.Library. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.content.Library.

subscription string Identifier of the subscription associated with the subscribed library. This attribute was added in vSphere API 6.7.2.

Optional. This field must be provided for the create operation. It will always be present in the result of the get or list operations. It is optional for the update operation.When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.content.library.Subscriptions. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.content.library.Subscriptions.