java.lang.Object
com.azure.core.management.SubResource
com.azure.resourcemanager.datalakeanalytics.fluent.models.FirewallRuleInner

public final class FirewallRuleInner extends com.azure.core.management.SubResource
Data Lake Analytics firewall rule information.
  • Constructor Details

    • FirewallRuleInner

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

    • name

      public String name()
      Get the name property: The resource name.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: The resource type.
      Returns:
      the type value.
    • withId

      public FirewallRuleInner withId(String id)
      Overrides:
      withId in class com.azure.core.management.SubResource
    • 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.