Uses of Class
org.jclouds.openstack.neutron.v2.domain.ExternalGatewayInfo.Builder
-
Packages that use ExternalGatewayInfo.Builder Package Description org.jclouds.openstack.neutron.v2.domain -
-
Uses of ExternalGatewayInfo.Builder in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return ExternalGatewayInfo.Builder Modifier and Type Method Description static ExternalGatewayInfo.Builder
ExternalGatewayInfo. builder()
ExternalGatewayInfo.Builder
ExternalGatewayInfo.Builder. enableSnat(Boolean enableSnat)
Provide the enableSnat status to the ExternalGatewayInfo's Builder.ExternalGatewayInfo.Builder
ExternalGatewayInfo.Builder. fromExternalGatewayInfo(ExternalGatewayInfo in)
ExternalGatewayInfo.Builder
ExternalGatewayInfo.Builder. networkId(String networkId)
Provide the networkId to the ExternalGatewayInfo's Builder.ExternalGatewayInfo.Builder
ExternalGatewayInfo. toBuilder()
Gets a Builder configured as this object.
-