OrgAssociationsType

Element:
OrgAssociations
Type:
OrgAssociationsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Container for OrgAssociationType
Since:
5.6
Schema:
vCloudEntities.xsd
Media type(s):
None
Extends:
ResourceType
XML Representation:
<OrgAssociations 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>
    <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>

Attributes

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

Elements

Element Type Required Modifiable Since Deprecated Description
Link LinkType No none 5.6 A reference to an entity or operation associated with this object.
OrgAssociationMember OrgAssociationType No none 5.6 A reference to an organization object.
VCloudExtension VCloudExtensionType No always 5.6 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.