public class NeutronExternalGateway extends Object implements ExternalGateway
http://docs.openstack.org/api/openstack-network/2.0/content/extgwmodes-ext.html
,
Serialized FormConstructor 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 ExternalGateway
public boolean isEnableSnat()
isEnableSnat
in interface ExternalGateway
Copyright © 2017. All rights reserved.