Class NatConfigurationRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • mustEnablePrivateNat

        public NatConfigurationRequest.Builder mustEnablePrivateNat​(Boolean mustEnablePrivateNat)
        To allocate private NAT IPs to the firewall.

        The attached network firewall policy must also have NAT rules to enable NAT on any traffic passing through the firewall. The value of this field can not be false to release the NAT IPs given that the attached network firewall policy does not contains any NAT rules. The value of this field should be set to true if the network firewall policy being applied contains NAT rules.

        Parameters:
        mustEnablePrivateNat - the value to set
        Returns:
        this builder