CopyOrMoveCatalogItemParamsType

Element:
CopyOrMoveCatalogItemParams
Type:
CopyOrMoveCatalogItemParamsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Parameters for a copyCatalogItem or moveCatalogItem request.
Since:
5.5
Schema:
catalog.xsd
Media type(s):
application/vnd.vmware.vcloud.copyOrMoveCatalogItemParams+json
application/vnd.vmware.vcloud.copyOrMoveCatalogItemParams+xml
Extends:
ParamsType
XML Representation:
<CopyOrMoveCatalogItemParams xmlns="http://www.vmware.com/vcloud/v1.5" name="xs:string">
    <Description> xs:string </Description>
    <Source href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
</CopyOrMoveCatalogItemParams>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
name string No always 5.5 Typically used to name or identify the subject of the request. For example, the name of the object being created or modified.

Elements

Element Type Required Modifiable Since Deprecated Description
Description string No always 5.5 Optional description.
Source ReferenceType Yes always 5.5 Reference to the source catalog item to copy or move from.
VCloudExtension VCloudExtensionType No always 5.5 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.

Operations

CRUD Operation Description Since Deprecated
as input POST /catalog/{id}/action/copy Copy a catalog item from one catalog to another. 5.5
as input POST /catalog/{id}/action/move Move a catalog item from one catalog to another. 5.5