Class UpdateFirewallRuleParameters

java.lang.Object
com.microsoft.azure.management.datalake.store.models.UpdateFirewallRuleParameters

public class UpdateFirewallRuleParameters extends Object
The parameters used to update a firewall rule.
  • Constructor Details

    • UpdateFirewallRuleParameters

      public UpdateFirewallRuleParameters()
  • Method Details

    • startIpAddress

      public String startIpAddress()
      Get the startIpAddress value.
      Returns:
      the startIpAddress value
    • withStartIpAddress

      public UpdateFirewallRuleParameters withStartIpAddress(String startIpAddress)
      Set the startIpAddress value.
      Parameters:
      startIpAddress - the startIpAddress value to set
      Returns:
      the UpdateFirewallRuleParameters object itself.
    • endIpAddress

      public String endIpAddress()
      Get the endIpAddress value.
      Returns:
      the endIpAddress value
    • withEndIpAddress

      public UpdateFirewallRuleParameters withEndIpAddress(String endIpAddress)
      Set the endIpAddress value.
      Parameters:
      endIpAddress - the endIpAddress value to set
      Returns:
      the UpdateFirewallRuleParameters object itself.