public static class ExternalGatewayInfo.Builder extends Object
Modifier and Type | Field and Description |
---|---|
protected Boolean |
enableSnat |
protected String |
networkId |
Constructor and Description |
---|
ExternalGatewayInfo.Builder() |
Modifier and Type | Method and Description |
---|---|
ExternalGatewayInfo |
build() |
ExternalGatewayInfo.Builder |
enableSnat(Boolean enableSnat)
Provide the enableSnat status to the ExternalGatewayInfo's Builder.
|
ExternalGatewayInfo.Builder |
fromExternalGatewayInfo(ExternalGatewayInfo in) |
ExternalGatewayInfo.Builder |
networkId(String networkId)
Provide the networkId to the ExternalGatewayInfo's Builder.
|
public ExternalGatewayInfo.Builder networkId(String networkId)
ExternalGatewayInfo.getNetworkId()
public ExternalGatewayInfo.Builder enableSnat(Boolean enableSnat)
ExternalGatewayInfo.getEnableSnat()
public ExternalGatewayInfo build()
public ExternalGatewayInfo.Builder fromExternalGatewayInfo(ExternalGatewayInfo in)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.