Class ExternalGatewayInfo.Builder
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.ExternalGatewayInfo.Builder
- Enclosing class:
ExternalGatewayInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
enableSnat
(Boolean enableSnat) Provide the enableSnat status to the ExternalGatewayInfo's Builder.Provide the networkId to the ExternalGatewayInfo's Builder.
-
Field Details
-
networkId
-
enableSnat
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
networkId
Provide the networkId to the ExternalGatewayInfo's Builder.- Returns:
- the Builder.
- See Also:
-
enableSnat
Provide the enableSnat status to the ExternalGatewayInfo's Builder.- Returns:
- the Builder.
- See Also:
-
build
- Returns:
- a ExternalGatewayInfo constructed with this Builder.
-
fromExternalGatewayInfo
- Returns:
- a Builder from another ExternalGatewayInfo.
-