AdminOrgType

Element:
AdminOrg
Type:
AdminOrgType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents the admin view of an organization.
Since:
0.9
Schema:
vCloudEntities.xsd
Media type(s):
None
Extends:
OrgType
XML Representation:
<AdminOrg xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string" id="xs:string" operationKey="xs:string"
        name="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>
    <Description> xs:string </Description>
    <Tasks>
        <VCloudExtension required="xs:boolean"/>
        <Task href="xs:anyURI" type="xs:string" id="xs:string" operationKey="xs:string"
                name="xs:string" status="xs:string" operation="xs:string" operationName="xs:string"
                serviceNamespace="xs:string" startTime="xs:dateTime" endTime="xs:dateTime" expiryTime="xs:dateTime"
                cancelRequested="xs:boolean">
            <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>
            <Description> xs:string </Description>
            <Tasks> TasksInProgressType </Tasks>
            <Owner href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                <VCloudExtension required="xs:boolean"/>
            </Owner>
            <Error stackTrace="xs:string" message="xs:string" majorErrorCode="xs:int" minorErrorCode="xs:string"
                    vendorSpecificErrorCode="xs:string">
                <VCloudExtension required="xs:boolean"/>
                <TenantError message="xs:string" majorErrorCode="xs:int" minorErrorCode="xs:string" vendorSpecificErrorCode="xs:string">
                    <VCloudExtension required="xs:boolean"/>
                </TenantError>
            </Error>
            <User href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                <VCloudExtension required="xs:boolean"/>
            </User>
            <Organization href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                <VCloudExtension required="xs:boolean"/>
            </Organization>
            <Progress> xs:int </Progress>
            <Params> ... </Params>
            <Details> xs:string </Details>
        </Task>
    </Tasks>
    <FullName> xs:string </FullName>
    <IsEnabled> xs:boolean </IsEnabled>
    <Settings 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>
        <OrgGeneralSettings 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>
        </OrgGeneralSettings>
        <VAppLeaseSettings 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>
            <DeleteOnStorageLeaseExpiration> xs:boolean </DeleteOnStorageLeaseExpiration>
            <DeploymentLeaseSeconds> xs:int </DeploymentLeaseSeconds>
            <StorageLeaseSeconds> xs:int </StorageLeaseSeconds>
        </VAppLeaseSettings>
        <VAppTemplateLeaseSettings 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>
            <DeleteOnStorageLeaseExpiration> xs:boolean </DeleteOnStorageLeaseExpiration>
            <StorageLeaseSeconds> xs:int </StorageLeaseSeconds>
        </VAppTemplateLeaseSettings>
        <OrgLdapSettings 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>
            <OrgLdapMode> xs:string </OrgLdapMode>
            <CustomUsersOu> xs:string </CustomUsersOu>
            <CustomOrgLdapSettings>
                <VCloudExtension required="xs:boolean"/>
                <HostName> xs:string </HostName>
                <Port> xs:int </Port>
                <IsSsl> xs:boolean </IsSsl>
                <IsSslAcceptAll> xs:boolean </IsSslAcceptAll>
                <Realm> xs:string </Realm>
                <SearchBase> xs:string </SearchBase>
                <UserName> xs:string </UserName>
                <Password> xs:string </Password>
                <AuthenticationMechanism> xs:string </AuthenticationMechanism>
                <GroupSearchBase> xs:string </GroupSearchBase>
                <IsGroupSearchBaseEnabled> xs:boolean </IsGroupSearchBaseEnabled>
                <ConnectorType> xs:string </ConnectorType>
                <UserAttributes>
                    <VCloudExtension required="xs:boolean"/>
                    <ObjectClass> xs:string </ObjectClass>
                    <ObjectIdentifier> xs:string </ObjectIdentifier>
                    <UserName> xs:string </UserName>
                    <Email> xs:string </Email>
                    <FullName> xs:string </FullName>
                    <GivenName> xs:string </GivenName>
                    <Surname> xs:string </Surname>
                    <Telephone> xs:string </Telephone>
                    <GroupMembershipIdentifier> xs:string </GroupMembershipIdentifier>
                    <GroupBackLinkIdentifier> xs:string </GroupBackLinkIdentifier>
                </UserAttributes>
                <GroupAttributes>
                    <VCloudExtension required="xs:boolean"/>
                    <ObjectClass> xs:string </ObjectClass>
                    <ObjectIdentifier> xs:string </ObjectIdentifier>
                    <GroupName> xs:string </GroupName>
                    <Membership> xs:string </Membership>
                    <MembershipIdentifier> xs:string </MembershipIdentifier>
                    <BackLinkIdentifier> xs:string </BackLinkIdentifier>
                </GroupAttributes>
                <UseExternalKerberos> xs:boolean </UseExternalKerberos>
            </CustomOrgLdapSettings>
        </OrgLdapSettings>
        <OrgEmailSettings 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>
            <IsDefaultSmtpServer> xs:boolean </IsDefaultSmtpServer>
            <IsDefaultOrgEmail> xs:boolean </IsDefaultOrgEmail>
            <FromEmailAddress> xs:string </FromEmailAddress>
            <DefaultSubjectPrefix> xs:string </DefaultSubjectPrefix>
            <IsAlertEmailToAllAdmins> xs:boolean </IsAlertEmailToAllAdmins>
            <AlertEmailTo> xs:string </AlertEmailTo>
            <SmtpServerSettings>
                <VCloudExtension required="xs:boolean"/>
                <IsUseAuthentication> xs:boolean </IsUseAuthentication>
                <Host> xs:string </Host>
                <Port> xs:int </Port>
                <Username> xs:string </Username>
                <Password> xs:string </Password>
            </SmtpServerSettings>
        </OrgEmailSettings>
        <OrgPasswordPolicySettings 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>
            <AccountLockoutEnabled> xs:boolean </AccountLockoutEnabled>
            <InvalidLoginsBeforeLockout> xs:int </InvalidLoginsBeforeLockout>
            <AccountLockoutIntervalMinutes> xs:int </AccountLockoutIntervalMinutes>
        </OrgPasswordPolicySettings>
        <OrgOperationLimitsSettings 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>
            <ConsolesPerVmLimit> xs:int </ConsolesPerVmLimit>
            <OperationsPerUser> xs:int </OperationsPerUser>
            <OperationsPerOrg> xs:int </OperationsPerOrg>
            <QueuedOperationsPerUser> xs:int </QueuedOperationsPerUser>
            <QueuedOperationsPerOrg> xs:int </QueuedOperationsPerOrg>
        </OrgOperationLimitsSettings>
        <OrgFederationSettings 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>
            <SAMLMetadata> xs:string </SAMLMetadata>
            <Enabled> xs:boolean </Enabled>
            <CertificateExpiration> xs:dateTime </CertificateExpiration>
            <SamlSPEntityId> xs:anyURI </SamlSPEntityId>
        </OrgFederationSettings>
    </Settings>
    <Users>
        <VCloudExtension required="xs:boolean"/>
        <UserReference href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
            <VCloudExtension required="xs:boolean"/>
        </UserReference>
    </Users>
    <Groups>
        <VCloudExtension required="xs:boolean"/>
        <GroupReference href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
            <VCloudExtension required="xs:boolean"/>
        </GroupReference>
    </Groups>
    <Catalogs>
        <VCloudExtension required="xs:boolean"/>
        <CatalogReference href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
            <VCloudExtension required="xs:boolean"/>
        </CatalogReference>
    </Catalogs>
    <Vdcs>
        <VCloudExtension required="xs:boolean"/>
        <Vdc href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
            <VCloudExtension required="xs:boolean"/>
        </Vdc>
    </Vdcs>
    <VdcTemplates 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>
        <VdcTemplate href="xs:anyURI" type="xs:string" id="xs:string" operationKey="xs:string"
                name="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>
            <Description> xs:string </Description>
            <Tasks>
                <VCloudExtension required="xs:boolean"/>
                <Task href="xs:anyURI" type="xs:string" id="xs:string" operationKey="xs:string"
                        name="xs:string" status="xs:string" operation="xs:string" operationName="xs:string"
                        serviceNamespace="xs:string" startTime="xs:dateTime" endTime="xs:dateTime" expiryTime="xs:dateTime"
                        cancelRequested="xs:boolean">
                    <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>
                    <Description> xs:string </Description>
                    <Tasks> TasksInProgressType </Tasks>
                    <Owner href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                        <VCloudExtension required="xs:boolean"/>
                    </Owner>
                    <Error stackTrace="xs:string" message="xs:string" majorErrorCode="xs:int" minorErrorCode="xs:string"
                            vendorSpecificErrorCode="xs:string">
                        <VCloudExtension required="xs:boolean"/>
                        <TenantError message="xs:string" majorErrorCode="xs:int" minorErrorCode="xs:string" vendorSpecificErrorCode="xs:string">
                            <VCloudExtension required="xs:boolean"/>
                        </TenantError>
                    </Error>
                    <User href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                        <VCloudExtension required="xs:boolean"/>
                    </User>
                    <Organization href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                        <VCloudExtension required="xs:boolean"/>
                    </Organization>
                    <Progress> xs:int </Progress>
                    <Params> ... </Params>
                    <Details> xs:string </Details>
                </Task>
            </Tasks>
            <VdcTemplateSpecification>
                <NicQuota> xs:int </NicQuota>
                <VmQuota> xs:int </VmQuota>
                <ProvisionedNetworkQuota> xs:int </ProvisionedNetworkQuota>
                <GatewayConfiguration>
                    <VCloudExtension required="xs:boolean"/>
                    <Gateway href="xs:anyURI" type="xs:string" id="xs:string" operationKey="xs:string"
                            name="xs:string" status="xs:int">
                        <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>
                        <Description> xs:string </Description>
                        <Tasks>
                            <VCloudExtension required="xs:boolean"/>
                            <Task href="xs:anyURI" type="xs:string" id="xs:string" operationKey="xs:string"
                                    name="xs:string" status="xs:string" operation="xs:string" operationName="xs:string"
                                    serviceNamespace="xs:string" startTime="xs:dateTime" endTime="xs:dateTime" expiryTime="xs:dateTime"
                                    cancelRequested="xs:boolean">
                                <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>
                                <Description> xs:string </Description>
                                <Tasks> TasksInProgressType </Tasks>
                                <Owner href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                                    <VCloudExtension required="xs:boolean"/>
                                </Owner>
                                <Error stackTrace="xs:string" message="xs:string" majorErrorCode="xs:int" minorErrorCode="xs:string"
                                        vendorSpecificErrorCode="xs:string">
                                    <VCloudExtension required="xs:boolean"/>
                                    <TenantError message="xs:string" majorErrorCode="xs:int" minorErrorCode="xs:string" vendorSpecificErrorCode="xs:string">
                                        <VCloudExtension required="xs:boolean"/>
                                    </TenantError>
                                </Error>
                                <User href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                                    <VCloudExtension required="xs:boolean"/>
                                </User>
                                <Organization href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                                    <VCloudExtension required="xs:boolean"/>
                                </Organization>
                                <Progress> xs:int </Progress>
                                <Params> ... </Params>
                                <Details> xs:string </Details>
                            </Task>
                        </Tasks>
                        <Configuration>
                            <VCloudExtension required="xs:boolean"/>
                            <BackwardCompatibilityMode> xs:boolean </BackwardCompatibilityMode>
                            <GatewayBackingConfig> xs:string </GatewayBackingConfig>
                            <GatewayInterfaces>
                                <VCloudExtension required="xs:boolean"/>
                                <GatewayInterface>
                                    <VCloudExtension required="xs:boolean"/>
                                    <Name> xs:string </Name>
                                    <DisplayName> xs:string </DisplayName>
                                    <Network href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                                        <VCloudExtension required="xs:boolean"/>
                                    </Network>
                                    <InterfaceType> xs:string </InterfaceType>
                                    <SubnetParticipation>
                                        <VCloudExtension required="xs:boolean"/>
                                        <Gateway> IpAddressType </Gateway>
                                        <Netmask> IpAddressType </Netmask>
                                        <IpAddress> IpAddressType </IpAddress>
                                        <IpRanges>
                                            <VCloudExtension required="xs:boolean"/>
                                            <IpRange>
                                                <VCloudExtension required="xs:boolean"/>
                                                <StartAddress> IpAddressType </StartAddress>
                                                <EndAddress> IpAddressType </EndAddress>
                                            </IpRange>
                                        </IpRanges>
                                    </SubnetParticipation>
                                    <ApplyRateLimit> xs:boolean </ApplyRateLimit>
                                    <InRateLimit> xs:double </InRateLimit>
                                    <OutRateLimit> xs:double </OutRateLimit>
                                    <UseForDefaultRoute> xs:boolean </UseForDefaultRoute>
                                </GatewayInterface>
                            </GatewayInterfaces>
                            <EdgeGatewayServiceConfiguration>
                                <VCloudExtension required="xs:boolean"/>
                                <NetworkService>
                                    <VCloudExtension required="xs:boolean"/>
                                    <IsEnabled> xs:boolean </IsEnabled>
                                </NetworkService>
                            </EdgeGatewayServiceConfiguration>
                            <HaEnabled> xs:boolean </HaEnabled>
                            <UseDefaultRouteForDnsRelay> xs:boolean </UseDefaultRouteForDnsRelay>
                            <SyslogServerSettings>
                                <VCloudExtension required="xs:boolean"/>
                                <TenantSyslogServerSettings>
                                    <SyslogServerIp> IpAddressType </SyslogServerIp>
                                </TenantSyslogServerSettings>
                            </SyslogServerSettings>
                        </Configuration>
                    </Gateway>
                    <Network href="xs:anyURI" type="xs:string" id="xs:string" operationKey="xs:string"
                            name="xs:string" status="xs:int">
                        <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>
                        <Description> xs:string </Description>
                        <Tasks>
                            <VCloudExtension required="xs:boolean"/>
                            <Task href="xs:anyURI" type="xs:string" id="xs:string" operationKey="xs:string"
                                    name="xs:string" status="xs:string" operation="xs:string" operationName="xs:string"
                                    serviceNamespace="xs:string" startTime="xs:dateTime" endTime="xs:dateTime" expiryTime="xs:dateTime"
                                    cancelRequested="xs:boolean">
                                <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>
                                <Description> xs:string </Description>
                                <Tasks> TasksInProgressType </Tasks>
                                <Owner href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                                    <VCloudExtension required="xs:boolean"/>
                                </Owner>
                                <Error stackTrace="xs:string" message="xs:string" majorErrorCode="xs:int" minorErrorCode="xs:string"
                                        vendorSpecificErrorCode="xs:string">
                                    <VCloudExtension required="xs:boolean"/>
                                    <TenantError message="xs:string" majorErrorCode="xs:int" minorErrorCode="xs:string" vendorSpecificErrorCode="xs:string">
                                        <VCloudExtension required="xs:boolean"/>
                                    </TenantError>
                                </Error>
                                <User href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                                    <VCloudExtension required="xs:boolean"/>
                                </User>
                                <Organization href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                                    <VCloudExtension required="xs:boolean"/>
                                </Organization>
                                <Progress> xs:int </Progress>
                                <Params> ... </Params>
                                <Details> xs:string </Details>
                            </Task>
                        </Tasks>
                        <Configuration>
                            <VCloudExtension required="xs:boolean"/>
                            <BackwardCompatibilityMode> xs:boolean </BackwardCompatibilityMode>
                            <IpScopes>
                                <VCloudExtension required="xs:boolean"/>
                                <IpScope>
                                    <VCloudExtension required="xs:boolean"/>
                                    <IsInherited> xs:boolean </IsInherited>
                                    <Gateway> IpAddressType </Gateway>
                                    <Netmask> IpAddressType </Netmask>
                                    <Dns1> IpAddressType </Dns1>
                                    <Dns2> IpAddressType </Dns2>
                                    <DnsSuffix> xs:string </DnsSuffix>
                                    <IsEnabled> xs:boolean </IsEnabled>
                                    <IpRanges>
                                        <VCloudExtension required="xs:boolean"/>
                                        <IpRange>
                                            <VCloudExtension required="xs:boolean"/>
                                            <StartAddress> IpAddressType </StartAddress>
                                            <EndAddress> IpAddressType </EndAddress>
                                        </IpRange>
                                    </IpRanges>
                                    <AllocatedIpAddresses>
                                        <VCloudExtension required="xs:boolean"/>
                                        <IpAddress> IpAddressType </IpAddress>
                                    </AllocatedIpAddresses>
                                    <SubAllocations 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>
                                        <SubAllocation>
                                            <VCloudExtension required="xs:boolean"/>
                                            <EdgeGateway href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                                                <VCloudExtension required="xs:boolean"/>
                                            </EdgeGateway>
                                            <IpRanges>
                                                <VCloudExtension required="xs:boolean"/>
                                                <IpRange>
                                                    <VCloudExtension required="xs:boolean"/>
                                                    <StartAddress> IpAddressType </StartAddress>
                                                    <EndAddress> IpAddressType </EndAddress>
                                                </IpRange>
                                            </IpRanges>
                                        </SubAllocation>
                                    </SubAllocations>
                                </IpScope>
                            </IpScopes>
                            <ParentNetwork href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                                <VCloudExtension required="xs:boolean"/>
                            </ParentNetwork>
                            <FenceMode> xs:string </FenceMode>
                            <RetainNetInfoAcrossDeployments> xs:boolean </RetainNetInfoAcrossDeployments>
                            <Features>
                                <NetworkService>
                                    <VCloudExtension required="xs:boolean"/>
                                    <IsEnabled> xs:boolean </IsEnabled>
                                </NetworkService>
                            </Features>
                            <SyslogServerSettings>
                                <SyslogServerIp1> IpAddressType </SyslogServerIp1>
                                <SyslogServerIp2> IpAddressType </SyslogServerIp2>
                            </SyslogServerSettings>
                            <RouterInfo>
                                <ExternalIp> IpAddressType </ExternalIp>
                            </RouterInfo>
                        </Configuration>
                        <EdgeGateway href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                            <VCloudExtension required="xs:boolean"/>
                        </EdgeGateway>
                        <ServiceConfig>
                            <VCloudExtension required="xs:boolean"/>
                            <NetworkService>
                                <VCloudExtension required="xs:boolean"/>
                                <IsEnabled> xs:boolean </IsEnabled>
                            </NetworkService>
                        </ServiceConfig>
                        <IsShared> xs:boolean </IsShared>
                    </Network>
                </GatewayConfiguration>
                <StorageProfile href="xs:anyURI" type="xs:string" id="xs:string" operationKey="xs:string"
                        name="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>
                    <Description> xs:string </Description>
                    <Tasks>
                        <VCloudExtension required="xs:boolean"/>
                        <Task href="xs:anyURI" type="xs:string" id="xs:string" operationKey="xs:string"
                                name="xs:string" status="xs:string" operation="xs:string" operationName="xs:string"
                                serviceNamespace="xs:string" startTime="xs:dateTime" endTime="xs:dateTime" expiryTime="xs:dateTime"
                                cancelRequested="xs:boolean">
                            <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>
                            <Description> xs:string </Description>
                            <Tasks> TasksInProgressType </Tasks>
                            <Owner href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                                <VCloudExtension required="xs:boolean"/>
                            </Owner>
                            <Error stackTrace="xs:string" message="xs:string" majorErrorCode="xs:int" minorErrorCode="xs:string"
                                    vendorSpecificErrorCode="xs:string">
                                <VCloudExtension required="xs:boolean"/>
                                <TenantError message="xs:string" majorErrorCode="xs:int" minorErrorCode="xs:string" vendorSpecificErrorCode="xs:string">
                                    <VCloudExtension required="xs:boolean"/>
                                </TenantError>
                            </Error>
                            <User href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                                <VCloudExtension required="xs:boolean"/>
                            </User>
                            <Organization href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
                                <VCloudExtension required="xs:boolean"/>
                            </Organization>
                            <Progress> xs:int </Progress>
                            <Params> ... </Params>
                            <Details> xs:string </Details>
                        </Task>
                    </Tasks>
                    <Enabled> xs:boolean </Enabled>
                    <Units> xs:string </Units>
                    <Limit> xs:long </Limit>
                    <Default> xs:boolean </Default>
                </StorageProfile>
            </VdcTemplateSpecification>
        </VdcTemplate>
    </VdcTemplates>
    <Networks>
        <VCloudExtension required="xs:boolean"/>
        <Network href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
            <VCloudExtension required="xs:boolean"/>
        </Network>
    </Networks>
    <OrgAssociations 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>
        <OrgAssociationMember 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>
            <MemberUrl> xs:anyURI </MemberUrl>
            <MemberName> xs:string </MemberName>
            <MemberEndpointCertificate> xs:string </MemberEndpointCertificate>
            <Status> xs:string </Status>
        </OrgAssociationMember>
    </OrgAssociations>
</AdminOrg>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
href anyURI No always 0.9 The URI of the entity.
type string No always 0.9 The MIME type of the entity.
id string No none 0.9 The entity identifier, expressed in URN format. The value of this attribute uniquely identifies the entity, persists for the life of the entity, and is never reused.
operationKey string No create 5.1 Optional unique identifier to support idempotent semantics for create and delete operations.
name string Yes always 0.9 The name of the entity.

Elements

Element Type Required Modifiable Since Deprecated Description
Catalogs CatalogsListType No none 0.9 Container for references to catalogs in this organization.
Description string No always 0.9 Optional description.
FullName string Yes always 0.9 Full name of the organization.
Groups GroupsListType No none 0.9 Container for references to groups in this organization.
IsEnabled boolean No none 0.9 True if this organization is enabled (allows login and all other operations). Read-only in the user view. Modifiable in the admin view (AdminOrg element).
Link LinkType No none 0.9 A reference to an entity or operation associated with this object.
Networks NetworksType No none 0.9 Container for references to organization vDC networks in this organization.
OrgAssociations OrgAssociationsType No always 0.9 Container for the references to other organizations whose content will be listed with this organization.
Settings OrgSettingsType Yes always 0.9 Settings for this organization. Establishes quotas, limits, and policies. Specifies how the organization connects to LDAP and email services.
Tasks TasksInProgressType No none 0.9 A list of queued, running, or recently completed tasks associated with this entity.
Users UsersListType No none 0.9 Container for references to users in this organization.
VCloudExtension VCloudExtensionType No always 0.9 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.
VdcTemplates VdcTemplatesType No none 0.9 Container for references to VDC templates in this organization.
Vdcs VdcsType No none 0.9 Container for references to vDCs in this organization.