Class FirewallRuleProperties

java.lang.Object
com.azure.resourcemanager.datalakeanalytics.fluent.models.FirewallRuleProperties

public final class FirewallRuleProperties extends Object
The firewall rule properties.
  • Constructor Details

    • FirewallRuleProperties

      public FirewallRuleProperties()
      Creates an instance of FirewallRuleProperties class.
  • Method Details

    • startIpAddress

      public String startIpAddress()
      Get the startIpAddress property: The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
      Returns:
      the startIpAddress value.
    • endIpAddress

      public String endIpAddress()
      Get the endIpAddress property: The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
      Returns:
      the endIpAddress value.
    • validate

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