public class GbpNatPool extends Object implements NatPool
| Modifier and Type | Class and Description |
|---|---|
static class |
GbpNatPool.NatPoolConcreteBuilder |
static class |
GbpNatPool.NatPools |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
GbpNatPool() |
| Modifier and Type | Method and Description |
|---|---|
static NatPoolBuilder |
builder() |
String |
getDescription()
Gets the description
|
String |
getExternalSegmentId()
Gets the External segment Id
|
String |
getId() |
String |
getIpPool()
Gets the Ip Pool
|
String |
getIpVersion()
Gets the Ip Version
|
String |
getName() |
String |
getSubnetId()
Gets the subnet Id
|
String |
getTenantId() |
boolean |
isShared()
Is Nat Pool shared
|
void |
setId(String id)
Sets the identifier for this resource.
|
void |
setName(String name)
Sets the name for this resource
|
void |
setTenantId(String tenantId)
Sets the tenant identifier
|
NatPoolBuilder |
toBuilder() |
String |
toString() |
public String getTenantId()
getTenantId in interface Resourcepublic void setTenantId(String tenantId)
ResourcesetTenantId in interface ResourcetenantId - the tenant id to setpublic String getName()
getName in interface BasicResourcepublic void setName(String name)
BasicResourcesetName in interface BasicResourcename - the name to setpublic String getId()
public void setId(String id)
IdEntitypublic String getDescription()
NatPoolgetDescription in interface NatPoolpublic boolean isShared()
NatPoolpublic String getExternalSegmentId()
NatPoolgetExternalSegmentId in interface NatPoolpublic String getIpVersion()
NatPoolgetIpVersion in interface NatPoolpublic String getSubnetId()
NatPoolgetSubnetId in interface NatPoolpublic NatPoolBuilder toBuilder()
toBuilder in interface Buildable<NatPoolBuilder>public static NatPoolBuilder builder()
Copyright © 2017. All rights reserved.