ExternalIpAddressActionListType

Element:
ExternalIpAddressActionList
Type:
ExternalIpAddressActionListType
Namespace:
http://www.vmware.com/vcloud/networkservice/1.0
Description:
A description of a set of external IP addresses allocation and deallocation actions against a gateway.
Since:
5.7
Schema:
network.xsd
Media type(s):
application/vnd.vmware.vchs.edgeGatewayIpAllocation.list+xml
Extends:
anyType
XML Representation:
<ExternalIpAddressActionList xmlns="http://www.vmware.com/vcloud/networkservice/1.0">
    <Allocation>
        <ExternalNetworkName> xs:string </ExternalNetworkName>
        <ExternalNetworkRef> xs:anyURI </ExternalNetworkRef>
        <NumberOfExternalIpAddressesToAllocate> xs:int </NumberOfExternalIpAddressesToAllocate>
    </Allocation>
    <Deallocation>
        <ExternalNetworkName> xs:string </ExternalNetworkName>
        <ExternalNetworkRef> xs:anyURI </ExternalNetworkRef>
        <ExternalIpAddress> xs:string </ExternalIpAddress>
    </Deallocation>
</ExternalIpAddressActionList>

Elements

Element Type Required Modifiable Since Deprecated Description
Allocation ExternalIpAddressAllocationType No 5.7
Deallocation ExternalIpAddressDeallocationType No 5.7

Operations

CRUD Operation Description Since Deprecated
as input PUT /admin/edgeGateway/{gatewayId}/action/manageExternalIpAddresses Allocate / Deallocate IP Address to a specific Edge Gateway. 5.7