Class NeutronLbPoolV2Update
- java.lang.Object
-
- org.openstack4j.openstack.networking.domain.ext.NeutronLbPoolV2Update
-
- All Implemented Interfaces:
Serializable,Buildable<LbPoolV2UpdateBuilder>,ModelEntity,LbPoolV2Update
public class NeutronLbPoolV2Update extends Object implements LbPoolV2Update
Used to update lbaas V2 lb pool- Author:
- emjburns
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNeutronLbPoolV2Update.LbPoolV2UpdateContreteBuilder-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description NeutronLbPoolV2Update()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LbPoolV2UpdateBuilderbuilder()StringgetDescription()LbMethodgetLbMethod()StringgetName()SessionPersistencegetSessionPersistence()OptionalbooleanisAdminStateUp()LbPoolV2UpdateBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static LbPoolV2UpdateBuilder builder()
-
toBuilder
public LbPoolV2UpdateBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<LbPoolV2UpdateBuilder>
-
getName
public String getName()
- Specified by:
getNamein interfaceLbPoolV2Update- Returns:
- Pool name. Does not have to be unique.
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceLbPoolV2Update- Returns:
- Description for the pool.
-
isAdminStateUp
public boolean isAdminStateUp()
- Specified by:
isAdminStateUpin interfaceLbPoolV2Update- Returns:
- The administrative state of the lb pool, which is up (true) or down (false).
-
getLbMethod
public LbMethod getLbMethod()
- Specified by:
getLbMethodin interfaceLbPoolV2Update- Returns:
- The load-balancer algorithm, which is round-robin, least-connections, and so on. This value, which must be supported, is dependent on the load-balancer provider. Round-robin must be supported.
-
getSessionPersistence
public SessionPersistence getSessionPersistence()
Description copied from interface:LbPoolV2UpdateOptional- Specified by:
getSessionPersistencein interfaceLbPoolV2Update- See Also:
Vip.getSessionPersistence()
-
-