VimObjectRefType (v1.5)

Type:
VimObjectRefType (v1.5)
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents the moref and the type of a vSphere object.
Since:
22.0
Schema:
network.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<VimObjectRefType xmlns="http://www.vmware.com/vcloud/v1.5">
    <VimServerRef href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
    <MoRef> xs:string </MoRef>
    <VimObjectType> xs:string </VimObjectType>
</VimObjectRefType>

Elements

Element Type Required Modifiable Since Deprecated Description
MoRef string Yes none 22.0 Managed object reference of the object.
VimObjectType string Yes none 22.0 The vSphere type of the object. One of: CLUSTER_COMPUTE_RESOURCE (The object is a vSphere cluster compute resource.), RESOURCE_POOL (The object is a vSphere resource pool.), DATASTORE (The object is a vSphere datastore.), HOST (The object is an ESX/ESXi host.), VIRTUAL_MACHINE (The object is a vSphere VM.), VIRTUAL_APP (The object is a vSphere vApp.), NETWORK (The object is a vSphere network.), DV_PORTGROUP (The object is a vSphere distributed virtual portgroup.), DV_SWITCH (The object is a vSphere distributed virtual switch.), DATASTORE_CLUSTER (The object is a vSphere storage pod.)
VimServerRef ReferenceType Yes none 22.0 The vCenter server reference.