Package com.ibm.cloud.is.vpc.v1.model
Class LoadBalancerPoolSessionPersistence
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.LoadBalancerPoolSessionPersistence
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class LoadBalancerPoolSessionPersistence extends com.ibm.cloud.sdk.core.service.model.GenericModel
LoadBalancerPoolSessionPersistence.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
LoadBalancerPoolSessionPersistence.Type
The session persistence type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCookieName()
Gets the cookieName.String
getType()
Gets the type.
-
-
-
Method Detail
-
getCookieName
public String getCookieName()
Gets the cookieName. The session persistence cookie name.- Returns:
- the cookieName
-
getType
public String getType()
Gets the type. The session persistence type. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the type
-
-