Class 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
    • Constructor Detail

      • PolicyRule

        public PolicyRule()
    • Method Detail

      • getL7Policy

        public L7Policy getL7Policy()
      • setL7Policy

        public void setL7Policy​(L7Policy l7Policy)
      • isL7PolicySpecified

        public boolean isL7PolicySpecified()
      • unsetL7Policy

        public void unsetL7Policy()
      • isL7RulesSpecified

        public boolean isL7RulesSpecified()
      • unsetL7Rules

        public void unsetL7Rules()