com.vmware.vapi.metadata.metamodel

user_defined_type

The user_defined_type structure contains the metamodel type information of a typed element whose type is a user defined named type.
Representations:
{
    "resource_id""obj-103",
    "resource_type""string"
}
<?xml version="1.0" ?>
<ns0:UserDefinedType xmlns:ns0="http://vmware.com/vapi/metadata/metamodel" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <resource_id>obj-103</resource_id>
  <resource_type>string</resource_type>
</ns0:UserDefinedType>

Attributes:
Name Type Required Description
resource_type
 *
string Yes Category of the user defined named type. The named type could be a structure element or an enumeration element. Value is one of com.vmware.vapi.structure, com.vmware.vapi.enumeration.
resource_id
 *
ID Yes Identifier of the user defined named type. Id of type com.vmware.vapi.structure, com.vmware.vapi.enumeration. Determined by the value of attribute resourceType.

Copyright © 2014. All Rights Reserved.