Class L7SessionAffinity
- java.lang.Object
-
- com.softlayer.api.Type
-
- com.softlayer.api.service.Entity
-
- com.softlayer.api.service.network.lbaas.L7SessionAffinity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
L7SessionAffinity.Mask
-
Field Summary
Fields Modifier and Type Field Description protected L7Pool
l7Pool
protected String
type
Type of the session persistenceprotected boolean
typeSpecified
-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description L7SessionAffinity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description L7Pool
getL7Pool()
String
getType()
boolean
isTypeSpecified()
void
setL7Pool(L7Pool l7Pool)
void
setType(String type)
void
unsetType()
-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
l7Pool
@ApiProperty protected L7Pool l7Pool
-
type
@ApiProperty(canBeNullOrNotSet=true) protected String type
Type of the session persistence
-
typeSpecified
protected boolean typeSpecified
-
-