OrgGeneralSettingsType

Element:
GeneralOrgSettings
Type:
OrgGeneralSettingsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents general settings for an organization.
Since:
1.5
Schema:
vCloudEntities.xsd
Media type(s):
None
Extends:
ResourceType
XML Representation:
<GeneralOrgSettings xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
    <VCloudExtension required="xs:boolean"/>
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string">
        <VCloudExtension required="xs:boolean"/>
    </Link>
    <CanPublishCatalogs> xs:boolean </CanPublishCatalogs>
    <CanPublishExternally> xs:boolean </CanPublishExternally>
    <CanSubscribe> xs:boolean </CanSubscribe>
    <DeployedVMQuota> xs:int </DeployedVMQuota>
    <StoredVmQuota> xs:int </StoredVmQuota>
    <UseServerBootSequence> xs:boolean </UseServerBootSequence>
    <DelayAfterPowerOnSeconds> xs:int </DelayAfterPowerOnSeconds>
    <VdcQuota> xs:int </VdcQuota>
</GeneralOrgSettings>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
href anyURI No always 1.5 The URI of the entity.
type string No always 1.5 The MIME type of the entity.

Elements

Element Type Required Modifiable Since Deprecated Description
CanPublishCatalogs boolean No always 1.5 True if this organization is allowed to share catalogs.
CanPublishExternally boolean No always 5.5 True if this organization allows creation of catalog feeds for consumption by external organizations.
CanSubscribe boolean No always 5.5 True if this organization allows subscription to external catalog feeds.
DelayAfterPowerOnSeconds int No always 1.5 Specifies this organization's default for virtual machine boot delay after power on.
DeployedVMQuota int No always 1.5 Maximum number of virtual machines that can be deployed simultaneously by a member of this organization.
Link LinkType No none 1.5 A reference to an entity or operation associated with this object.
StoredVmQuota int No always 1.5 Maximum number of virtual machines in vApps or vApp templates that can be stored in an undeployed state by a member of this organization.
UseServerBootSequence boolean No always 1.5 This value is ignored.
VCloudExtension VCloudExtensionType No always 1.5 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.
VdcQuota int No always 6.0 Maximum number of VDCs allowed in this organization. A value of -1 means there is no maximum. A value of 0 means this organizaion cannot create any VDCs.