ExternalIpAddressAllocationType

Type:
ExternalIpAddressAllocationType
Namespace:
http://www.vmware.com/vcloud/networkservice/1.0
Description:
Since:
Schema:
network.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<ExternalIpAddressAllocationType xmlns="http://www.vmware.com/vcloud/networkservice/1.0">
    <ExternalNetworkName> xs:string </ExternalNetworkName>
    <ExternalNetworkRef> xs:anyURI </ExternalNetworkRef>
    <NumberOfExternalIpAddressesToAllocate> xs:int </NumberOfExternalIpAddressesToAllocate>
</ExternalIpAddressAllocationType>

Elements

Element Type Required Modifiable Since Deprecated Description
ExternalNetworkName string No The name of the external network from which IP addresses should be allocated. Required only if the gateway is connected to more than one external network.
ExternalNetworkRef anyURI No The URI of the external network from which IP addresses should be allocated. Required only if the gateway is connected to more than one external network.
NumberOfExternalIpAddressesToAllocate int Yes The number of external IP addresses to be allocated from the specified external network.