Class LBAccessListControl.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of LBAccessListControl.
    • Method Detail

      • setAction

        public LBAccessListControl.Builder setAction​(java.lang.String action)
        Possible values are: ALLOW means connections matching grouping object IP list are allowed and requests not matching grouping object IP list are dropped. DROP means connections matching grouping object IP list are dropped and requests not matching grouping object IP list are allowed.
        Parameters:
        action - New value for the property.
      • setEnabled

        public LBAccessListControl.Builder setEnabled​(java.lang.Boolean enabled)
        The enabled flag indicates whether to enable access list control option. It is false by default.
        Parameters:
        enabled - New value for the property.
      • setGroupPath

        public LBAccessListControl.Builder setGroupPath​(java.lang.String groupPath)
        The path of grouping object which defines the IP addresses or ranges to match the client IP.
        Parameters:
        groupPath - New value for the property.