VmObjectRefType

Type:
VmObjectRefType
Namespace:
http://www.vmware.com/vcloud/extension/v1.5
Description:
A reference to a virtual machine in vCenter inventory.
Since:
1.0
Schema:
vmwextensions.xsd
Media type(s):
None
Extends:
VimObjectRefType (extension/v1.5)
XML Representation:
<VmObjectRefType xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5" name="xs:string">
    <vcloud_v1.5:VimServerRef href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
    <MoRef> xs:string </MoRef>
    <VimObjectType> xs:string </VimObjectType>
</VmObjectRefType>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
name string No always 1.0 The name of the virtual machine.

Elements

Element Type Required Modifiable Since Deprecated Description
MoRef string Yes none 1.0 Managed object reference of the object.
VimObjectType string Yes none 1.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 1.0 The vCenter server reference.