vCloud API - SubAllocationType
SubAllocationType
- Type:
- SubAllocationType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- IP range sub allocated to an edge gateway.
- Since:
- 5.1
- Schema:
- network.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
- <SubAllocationType xmlns="http://www.vmware.com/vcloud/v1.5">
<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>
</SubAllocationType>
Elements
-
Element Type Required Modifiable Since Deprecated Description EdgeGateway ReferenceType No none 5.1 Edge gateway that uses this sub allocation. IpRanges IpRangesType No always 5.1 IP range sub allocated to the 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.