PublishExternalCatalogParamsType

Element:
PublishExternalCatalogParams
Type:
PublishExternalCatalogParamsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Configuration parameters for a catalog that is published externally.
Since:
5.5
Schema:
vCloudEntities.xsd
Media type(s):
application/vnd.vmware.admin.publishExternalCatalogParams+xml
Extends:
VCloudExtensibleType
XML Representation:
<PublishExternalCatalogParams xmlns="http://www.vmware.com/vcloud/v1.5">
    <IsPublishedExternally> xs:boolean </IsPublishedExternally>
    <catalogPublishedUrl> xs:string </catalogPublishedUrl>
    <Password> xs:string </Password>
    <IsCacheEnabled> xs:boolean </IsCacheEnabled>
    <PreserveIdentityInfoFlag> xs:boolean </PreserveIdentityInfoFlag>
</PublishExternalCatalogParams>

Elements

Element Type Required Modifiable Since Deprecated Description
IsCacheEnabled boolean No always 5.5 True enables content caching for this catalog. All items in the catalog are created and stored in transfer storage. If false, items are not placed in transfer storage until they are requested by a subscriber.
IsPublishedExternally boolean No always 5.5 True enables external publication as configured by these parameters.
Password string No always 5.5 Password required when connecting to the endpoint.
PreserveIdentityInfoFlag boolean No always 5.5 True includes BIOS UUIDs and MAC addresses in the downloaded OVF package. If false, those information will be excluded.
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.
catalogPublishedUrl string No always 5.5 Read-only endpoint URL supplied by the server. External subscribers can connect to the catalog at this URL.

Operations

CRUD Operation Description Since Deprecated
as input POST /admin/catalog/{id}/action/publishToExternalOrganizations Publish a catalog to external orgs. 5.5