VMware Cloud Director API - CpomSettings
CpomSettingsType
- Element:
- CpomSettings
- Type:
- CpomSettingsType
- Namespace:
- http://www.vmware.com/vcloud/extension/v1.5
- Description:
- Specifies default CPoM settings for all organizations in the system.
- Since:
- 32.0
- Schema:
- settings.xsd
- Media type(s):
-
application/vnd.vmware.admin.cpomSettings+xml
application/vnd.vmware.admin.cpomSettings+json
- Extends:
- ResourceType
- XML Representation:
-
<CpomSettings xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
<vcloud_v1.5:Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
rel="xs:string" model="xs:string"/>
<MaxActiveSddcProxyQuota> xs:int </MaxActiveSddcProxyQuota>
<MaxActiveSddcProxyPerUserQuota> xs:int </MaxActiveSddcProxyPerUserQuota>
<SddcProxiedHostConnectionTimeoutSeconds> xs:int </SddcProxiedHostConnectionTimeoutSeconds>
<AllowInsecureSddcProxying> xs:boolean </AllowInsecureSddcProxying>
</CpomSettings>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description href anyURI No always 32.0 The URI of the entity. type string No always 32.0 The MIME type of the entity. -
Elements
-
Element Type Required Modifiable Since Deprecated Description AllowInsecureSddcProxying boolean No always 32.0 True to allow proxying over insecure HTTP in addition to HTTPS. It is recommended that insecure proxying be left disabled. Link LinkType No none 32.0 A reference to an entity or operation associated with this object. MaxActiveSddcProxyPerUserQuota int No always 32.0 Maximum number of active SDDC proxies per user allowed for the system. A value of -1 means there is no maximum. A value of 0 means the system cannot enable any SDDC proxies. MaxActiveSddcProxyQuota int No always 32.0 Maximum number of active SDDC proxies allowed for the system. A value of -1 means there is no maximum. A value of 0 means the system cannot enable any SDDC proxies. SddcProxiedHostConnectionTimeoutSeconds int No always 32.0 Timeout value for connecting to an SDDC proxied host (in seconds). Any value less than 1 is invalid. VCloudExtension VCloudExtensionType No always 32.0 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 read GET /admin/extension/settings/cpom Retrieve the system-level settings for CPoM. as input PUT /admin/extension/settings/cpom Update CPoM settings.