VMware Cloud Director API - TaskPrototype
TaskPrototypeType
- Element:
- TaskPrototype
- Type:
- TaskPrototypeType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Describes an asynchronous operation to be performed by vCloud Director extension.
- Since:
- 6.0
- Schema:
- task.xsd
- Media type(s):
- None
- Extends:
- anyType
- XML Representation:
-
<TaskPrototype xmlns="http://www.vmware.com/vcloud/v1.5" operation="xs:string" operationName="xs:string">
<Owner href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
</TaskPrototype>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description operation string No always 6.0 A message describing the operation that is tracked by this task. operationName string No none 6.0 The short name of the operation that is tracked by this task. -
Elements
-
Element Type Required Modifiable Since Deprecated Description Owner ReferenceType No create 6.0 Reference to the owner of the task. This is typically the object that the task is updating.