Class ExternalGatewayInfo
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.ExternalGatewayInfo
Information on the external gateway for the router
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ExternalGatewayInfo
(String networkId, Boolean enableSnat) -
Method Summary
Modifier and TypeMethodDescriptionstatic ExternalGatewayInfo.Builder
builder()
boolean
int
hashCode()
Gets a Builder configured as this object.toString()
-
Field Details
-
networkId
-
enableSnat
-
-
Constructor Details
-
ExternalGatewayInfo
@ConstructorProperties({"network_id","enable_snat"}) protected ExternalGatewayInfo(String networkId, Boolean enableSnat)
-
-
Method Details
-
getNetworkId
- Returns:
- the networkId of the ExternalGatewayInfo
-
getEnableSnat
- Returns:
- the enableSnat status of the ExternalGatewayInfo
-
hashCode
public int hashCode() -
equals
-
builder
- Returns:
- the Builder for ExternalGatewayInfo
-
toBuilder
Gets a Builder configured as this object. -
toString
-