LocalLibraryDestinationSpec

The LocalLibrary.DestinationSpec structure contains information required to publish the library to a specific subscription.


Properties

string
subscription Required

Identifier of the subscription associated with the subscribed library. 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.

JSON Example

{
	"subscription": "string"
}

Feedback

Was this page helpful?