Class SessionAffinity


  • @ApiType("SoftLayer_Network_LBaaS_SessionAffinity")
    public class SessionAffinity
    extends Entity
    SoftLayer_Network_LBaaS_SessionAffinity represents the session affinity, aka session persistence, configuration for a load balancer backend pool.
    See Also:
    SoftLayer_Network_LBaaS_SessionAffinity
    • Constructor Detail

      • SessionAffinity

        public SessionAffinity()
    • Method Detail

      • getPool

        public Pool getPool()
      • setPool

        public void setPool​(Pool pool)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • isTypeSpecified

        public boolean isTypeSpecified()
      • unsetType

        public void unsetType()