Class L7SessionAffinity

java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.lbaas.L7SessionAffinity

@ApiType("SoftLayer_Network_LBaaS_L7SessionAffinity")
public class L7SessionAffinity
extends Entity
SoftLayer_Network_LBaaS_L7SessionAffinity represents the session affinity, aka session persistence, configuration for a load balancer backend L7 pool.
See Also:
SoftLayer_Network_LBaaS_L7SessionAffinity
  • Field Details

  • Constructor Details

    • L7SessionAffinity

      public L7SessionAffinity()
  • Method Details

    • getL7Pool

      public L7Pool getL7Pool()
    • setL7Pool

      public void setL7Pool​(L7Pool l7Pool)
    • getType

      public String getType()
    • setType

      public void setType​(String type)
    • isTypeSpecified

      public boolean isTypeSpecified()
    • unsetType

      public void unsetType()