VMware Cloud Director API - StrandedItemVimObjectType
StrandedItemVimObjectType
- Type:
- StrandedItemVimObjectType
- Namespace:
- http://www.vmware.com/vcloud/extension/v1.5
- Description:
- Represents a stranded item for VIM object.
- Since:
- 5.1
- Schema:
- vmwextensions.xsd
- Media type(s):
- None
- Extends:
- anyType
- XML Representation:
-
<StrandedItemVimObjectType xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5" name="xs:string">
<ErrorMessage> xs:string </ErrorMessage>
<VimObjectRef>
<vcloud_v1.5:VimServerRef href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
<MoRef> xs:string </MoRef>
<VimObjectType> xs:string </VimObjectType>
</VimObjectRef>
</StrandedItemVimObjectType>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description name string Yes always 5.1 Contains the name of the VIM object. -
Elements
-
Element Type Required Modifiable Since Deprecated Description ErrorMessage string No none 5.1 The reason for why the item failed on deletion. VimObjectRef VimObjectRefType (extension/v1.5) Yes none 5.1 Vim object reference to a resource pool to which the virtual machine will be migrated. This parameter is optional. If it is not provided, the system will automatically choose a target resource pool and migrate the VMs to it.