Library_Subscriptions_PlacementInfo

Library_Subscriptions_PlacementInfo
Library_Subscriptions_PlacementInfo

The Subscriptions.PlacementInfo structure contains the placement information for the subscribed library's virtual machine template library items. The Subscriptions.PlacementInfo structure is only applicable for the virtual machine template library items of the subscribed library.

JSON Example
{
    "folder": "string",
    "cluster": "string",
    "resource_pool": "string",
    "host": "string",
    "network": "string"
}
string
folder
Optional

Virtual machine folder into which the virtual machine template should be placed. The field will be unset if the subscribed library associated with the subscription does not have a virtual machine folder. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Folder:VCenter. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Folder:VCenter.

string
cluster
Optional

Cluster onto which the virtual machine template should be placed. The field will be unset if the subscribed library associated with the subscription does not have a cluster. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource:VCenter. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource:VCenter.

string
resource_pool
Optional

Resource pool into which the virtual machine template should be placed. The field will be unset if the subscribed library associated with the subscription does not have a resource pool. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ResourcePool:VCenter. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ResourcePool:VCenter.

string
host
Optional

Host onto which the virtual machine template should be placed. If Subscriptions.PlacementInfo.host and Subscriptions.PlacementInfo.resource-pool are both specified, Subscriptions.PlacementInfo.resource-pool must belong to Subscriptions.PlacementInfo.host. If Subscriptions.PlacementInfo.host and Subscriptions.PlacementInfo.cluster are both specified, Subscriptions.PlacementInfo.host must be a member of Subscriptions.PlacementInfo.cluster. The field will be unset if the subscribed library associated with the subscription does not have a host. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: HostSystem:VCenter. When operations return a value of this structure as a result, the field will be an identifier for the resource type: HostSystem:VCenter.

string
network
Optional

Network that backs the virtual Ethernet adapters in the virtual machine template. The field will be unset if the subscribed library associated with the subscription does not have a network. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Network:VCenter. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Network:VCenter.