Class PolicyRule

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

@ApiType("SoftLayer_Network_LBaaS_PolicyRule")
public class PolicyRule
extends Entity
SoftLayer_Network_LBaaS_PolicyRule

This class contains layer 7 policy specifications and an array of associated rules An array of objects of this class must be passed to the API in order to create a policy and its associated rules.
  • The layer 7 policy object
  • An array of layer 7 rules
See Also:
SoftLayer_Network_LBaaS_PolicyRule
  • Field Details

  • Constructor Details

    • PolicyRule

      public PolicyRule()
  • Method Details

    • getL7Policy

      public L7Policy getL7Policy()
    • setL7Policy

      public void setL7Policy​(L7Policy l7Policy)
    • isL7PolicySpecified

      public boolean isL7PolicySpecified()
    • unsetL7Policy

      public void unsetL7Policy()
    • getL7Rules

      public List<L7Rule> getL7Rules()
    • isL7RulesSpecified

      public boolean isL7RulesSpecified()
    • unsetL7Rules

      public void unsetL7Rules()