Class HubIpAddresses


  • public final class HubIpAddresses
    extends Object
    IP addresses associated with azure firewall.
    • Constructor Detail

      • HubIpAddresses

        public HubIpAddresses()
    • Method Detail

      • publicIPs

        public HubPublicIpAddresses publicIPs()
        Get the publicIPs property: Public IP addresses associated with azure firewall.
        Returns:
        the publicIPs value.
      • withPublicIPs

        public HubIpAddresses withPublicIPs​(HubPublicIpAddresses publicIPs)
        Set the publicIPs property: Public IP addresses associated with azure firewall.
        Parameters:
        publicIPs - the publicIPs value to set.
        Returns:
        the HubIpAddresses object itself.
      • privateIpAddress

        public String privateIpAddress()
        Get the privateIpAddress property: Private IP Address associated with azure firewall.
        Returns:
        the privateIpAddress value.
      • withPrivateIpAddress

        public HubIpAddresses withPrivateIpAddress​(String privateIpAddress)
        Set the privateIpAddress property: Private IP Address associated with azure firewall.
        Parameters:
        privateIpAddress - the privateIpAddress value to set.
        Returns:
        the HubIpAddresses object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.