SubAllocationsType

Type:
SubAllocationsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
A list of IP addresses that are sub allocated to edge gateways.
Since:
5.1
Schema:
network.xsd
Media type(s):
None
Extends:
ResourceType
XML Representation:
<SubAllocationsType xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string"/>
    <SubAllocation>
        <EdgeGateway href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
        <IpRanges>
            <IpRange>
                <StartAddress> IpAddressType </StartAddress>
                <EndAddress> IpAddressType </EndAddress>
            </IpRange>
        </IpRanges>
    </SubAllocation>
</SubAllocationsType>

Attributes

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

Elements

Element Type Required Modifiable Since Deprecated Description
Link LinkType No none 5.1 A reference to an entity or operation associated with this object.
SubAllocation SubAllocationType No 5.1 IP Range sub allocated to a edge gateway.
VCloudExtension VCloudExtensionType No always 5.1 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.