Class CreateOrUpdateFirewallRuleParameters

java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CreateOrUpdateFirewallRuleParameters

public class CreateOrUpdateFirewallRuleParameters extends Object
The parameters used to create a new firewall rule.
  • Constructor Details

    • CreateOrUpdateFirewallRuleParameters

      public CreateOrUpdateFirewallRuleParameters()
  • Method Details

    • startIpAddress

      public String startIpAddress()
      Get 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
    • withStartIpAddress

      public CreateOrUpdateFirewallRuleParameters withStartIpAddress(String startIpAddress)
      Set the start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
      Parameters:
      startIpAddress - the startIpAddress value to set
      Returns:
      the CreateOrUpdateFirewallRuleParameters object itself.
    • endIpAddress

      public String endIpAddress()
      Get 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
    • withEndIpAddress

      public CreateOrUpdateFirewallRuleParameters withEndIpAddress(String endIpAddress)
      Set the end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
      Parameters:
      endIpAddress - the endIpAddress value to set
      Returns:
      the CreateOrUpdateFirewallRuleParameters object itself.