Class FirewallRuleInner

java.lang.Object
com.azure.core.management.ProxyResource
All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>

public final class FirewallRuleInner extends ProxyResourceWithWritableName
A server firewall rule.
  • Constructor Details

    • FirewallRuleInner

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

    • withName

      public FirewallRuleInner withName(String name)
      Set the name property: Resource name.
      Overrides:
      withName in class ProxyResourceWithWritableName
      Parameters:
      name - the name value to set.
      Returns:
      the ResourceWithWritableName object itself.
    • startIpAddress

      public String startIpAddress()
      Get the startIpAddress property: The start IP address of the firewall rule. Must be IPv4 format. Use value '0.0.0.0' for all Azure-internal IP addresses.
      Returns:
      the startIpAddress value.
    • withStartIpAddress

      public FirewallRuleInner withStartIpAddress(String startIpAddress)
      Set the startIpAddress property: The start IP address of the firewall rule. Must be IPv4 format. Use value '0.0.0.0' for all Azure-internal IP addresses.
      Parameters:
      startIpAddress - the startIpAddress value to set.
      Returns:
      the FirewallRuleInner object itself.
    • endIpAddress

      public String endIpAddress()
      Get the endIpAddress property: The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress. Use value '0.0.0.0' for all Azure-internal IP addresses.
      Returns:
      the endIpAddress value.
    • withEndIpAddress

      public FirewallRuleInner withEndIpAddress(String endIpAddress)
      Set the endIpAddress property: The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress. Use value '0.0.0.0' for all Azure-internal IP addresses.
      Parameters:
      endIpAddress - the endIpAddress value to set.
      Returns:
      the FirewallRuleInner object itself.
    • validate

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