public class ExternalGatewayInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExternalGatewayInfo.Builder |
Modifier and Type | Field and Description |
---|---|
protected Boolean |
enableSnat |
protected String |
networkId |
Modifier | Constructor and Description |
---|---|
protected |
ExternalGatewayInfo(String networkId,
Boolean enableSnat) |
Modifier and Type | Method and Description |
---|---|
static ExternalGatewayInfo.Builder |
builder() |
boolean |
equals(Object o) |
Boolean |
getEnableSnat() |
String |
getNetworkId() |
int |
hashCode() |
ExternalGatewayInfo.Builder |
toBuilder()
Gets a Builder configured as this object.
|
String |
toString() |
@Named(value="network_id") protected final String networkId
@Named(value="enable_snat") protected final Boolean enableSnat
@ConstructorProperties(value={"network_id","enable_snat"}) protected ExternalGatewayInfo(String networkId, Boolean enableSnat)
@Nullable public String getNetworkId()
@Nullable public Boolean getEnableSnat()
public static ExternalGatewayInfo.Builder builder()
public ExternalGatewayInfo.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.