ExternalIpAddressDeallocationType

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

Elements

Element Type Required Modifiable Since Deprecated Description
ExternalIpAddress string No A particular external IP address to be deallocated.
ExternalNetworkName string No The name of the external network from which IP addresses should be deallocated. 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 deallocated. Required only if the gateway is connected to more than one external network.