Class IpFirewallRuleInfoInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.synapse.fluent.models.IpFirewallRuleInfoInner

public final class IpFirewallRuleInfoInner extends com.azure.core.management.ProxyResource
IP firewall rule.
  • Constructor Details

    • IpFirewallRuleInfoInner

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

    • 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.
      Returns:
      the endIpAddress value.
    • withEndIpAddress

      public IpFirewallRuleInfoInner 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.
      Parameters:
      endIpAddress - the endIpAddress value to set.
      Returns:
      the IpFirewallRuleInfoInner object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: Resource provisioning state.
      Returns:
      the provisioningState value.
    • startIpAddress

      public String startIpAddress()
      Get the startIpAddress property: The start IP address of the firewall rule. Must be IPv4 format.
      Returns:
      the startIpAddress value.
    • withStartIpAddress

      public IpFirewallRuleInfoInner withStartIpAddress(String startIpAddress)
      Set the startIpAddress property: The start IP address of the firewall rule. Must be IPv4 format.
      Parameters:
      startIpAddress - the startIpAddress value to set.
      Returns:
      the IpFirewallRuleInfoInner object itself.
    • validate

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