Class FIPSGlobalConfig.Builder

    • Constructor Detail

      • Builder

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

      • setLbFipsEnabled

        public FIPSGlobalConfig.Builder setLbFipsEnabled​(java.lang.Boolean lbFipsEnabled)
        This is a deprecated property which is always set as true. When this flag is set to true FIPS mode will be set on ssl encryptions of load balancer feature. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        lbFipsEnabled - New value for the property.
      • setTlsFipsEnabled

        public FIPSGlobalConfig.Builder setTlsFipsEnabled​(java.lang.Boolean tlsFipsEnabled)
        When this flag is set to true FIPS mode will be set on ssl encryptions of TLS inspection feature. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        tlsFipsEnabled - New value for the property.