VmTemplateLibraryItemsVersionsSummary

The Versions.Summary structure contains commonly used information about a version of a library item containing a virtual machine template.


Properties

string
version Required

The version of the library item. 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.item.Version. 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.item.Version.


string
vm_template Required

Identifier of the virtual machine template associated with the library item version. This field is the managed object identifier used to identify the virtual machine template in the vSphere Management (SOAP) API.

JSON Example

{
	"version": "string",
	"vm_template": "string"
}

Feedback

Was this page helpful?