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 Resource
public void setTenantId(String tenantId)
Resource
setTenantId
in interface Resource
tenantId
- the tenant id to setpublic String getName()
getName
in interface BasicResource
public void setName(String name)
BasicResource
setName
in interface BasicResource
name
- the name to setpublic String getId()
public void setId(String id)
IdEntity
public String getDescription()
NatPool
getDescription
in interface NatPool
public boolean isShared()
NatPool
public String getExternalSegmentId()
NatPool
getExternalSegmentId
in interface NatPool
public String getIpVersion()
NatPool
getIpVersion
in interface NatPool
public String getSubnetId()
NatPool
getSubnetId
in interface NatPool
public NatPoolBuilder toBuilder()
toBuilder
in interface Buildable<NatPoolBuilder>
public static NatPoolBuilder builder()
Copyright © 2017. All rights reserved.