public class NeutronExternalGateway extends Object implements ExternalGateway
http://docs.openstack.org/api/openstack-network/2.0/content/extgwmodes-ext.html,
Serialized Form| Constructor and Description |
|---|
NeutronExternalGateway() |
NeutronExternalGateway(String networkId) |
NeutronExternalGateway(String networkId,
Boolean enableSnat) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNetworkId() |
boolean |
isEnableSnat()
SNAT can be enabled or disabled at any time on a Neutron router regardless of the current status of floating IPs.
|
String |
toString() |
public NeutronExternalGateway()
public NeutronExternalGateway(String networkId)
public String getNetworkId()
getNetworkId in interface ExternalGatewaypublic boolean isEnableSnat()
isEnableSnat in interface ExternalGatewayCopyright © 2017. All rights reserved.