Class NatConfigurationResponse.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • mustEnablePrivateNat

        public NatConfigurationResponse.Builder mustEnablePrivateNat​(Boolean mustEnablePrivateNat)
        True indicates that NAT configuration is enabled.

        False indicates NAT configuration is disabled.

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

        public NatConfigurationResponse.Builder natIpAddressList​(List<String> natIpAddressList)
        An array of Private NAT IP addresses that are associated with the Network Firewall.

        These IP addresses are reserved for NAT and shouldn’t be used for any other purpose in the subnet.

        This list contains IP addresses when NAT configuration is enabled. This list is empty or null IP when NAT configuration is disabled.

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