DiskDatastoreType

Type:
DiskDatastoreType
Namespace:
http://www.vmware.com/vcloud/extension/v1.5
Description:
A pair of VM disk's instance ID and the datastore where the disk is located.
Since:
5.6
Schema:
vmwextensions.xsd
Media type(s):
None
Extends:
VimObjectRefType (extension/v1.5)
XML Representation:
<DiskDatastoreType xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5" instanceId="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>
</DiskDatastoreType>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
instanceId string No always 5.6 InstanceId of the disk located on this datastore.

Elements

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