Package org.openstack4j.model.gbp
Interface NatPool
-
- All Superinterfaces:
BasicResource,Buildable<NatPoolBuilder>,IdEntity,ModelEntity,Resource,Serializable
- All Known Implementing Classes:
GbpNatPool
public interface NatPool extends Resource, Buildable<NatPoolBuilder>
Nat Pool Model Entity- Author:
- vinod borole
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Gets the descriptionStringgetExternalSegmentId()Gets the External segment IdStringgetIpPool()Gets the Ip PoolStringgetIpVersion()Gets the Ip VersionStringgetSubnetId()Gets the subnet IdbooleanisShared()Is Nat Pool shared-
Methods inherited from interface org.openstack4j.model.common.BasicResource
getName, setName
-
Methods inherited from interface org.openstack4j.model.common.Resource
getTenantId, setTenantId
-
-
-
-
Method Detail
-
getSubnetId
String getSubnetId()
Gets the subnet Id- Returns:
- the subnet Id
-
getIpVersion
String getIpVersion()
Gets the Ip Version- Returns:
- the Ip Version
-
getIpPool
String getIpPool()
Gets the Ip Pool- Returns:
- the Ip Pool
-
getExternalSegmentId
String getExternalSegmentId()
Gets the External segment Id- Returns:
- the External segment Id
-
isShared
boolean isShared()
Is Nat Pool shared- Returns:
- the true if shared and false if not shared
-
getDescription
String getDescription()
Gets the description- Returns:
- the description
-
-