vcenter vm library item: info
The
info
structure contains information about the library item associated with a virtual machine. This structure was added in vSphere API 6.9.1.Representation:
{
"check_out" : {
"library_item" : "obj-103"
}
}
"check_out" : {
"library_item" : "obj-103"
}
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
check_out.library_item | string | Identifier of the library item that the virtual machine is checked out from. This attribute was added in vSphere API 6.9.1. 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 . 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 . |
Optional | ||
check_out | check_out_info | Information about the checked out virtual machine. This attribute was added in vSphere API 6.9.1. Optional. If unset, the virtual machine is not checked out from a library item. |