com.vmware.vcenter.ovf.library_item

deployable_identity

The deployable_identity structure describes the resource created by a deployment, or the source resource from which library item can be created, by specifying its resource type and resource identifier.
Representations:
{
    "id""obj-103",
    "type""string"
}
<?xml version="1.0" ?>
<ns0:DeployableIdentity xmlns:ns0="http://vmware.com/vcenter/ovf/library_item" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <id>obj-103</id>
  <type>string</type>
</ns0:DeployableIdentity>

Attributes:
Name Type Required Description
type
 *
string Yes Type of the deployable resource. Value is one of VirtualMachine, VirtualApp.
id
 *
ID Yes Identifier of the deployable resource. Determined by the value of attribute type.

Copyright © 2014. All Rights Reserved.