Interface IpFirewallRuleInfo.UpdateStages.WithEndIpAddress

All Known Subinterfaces:
IpFirewallRuleInfo.Update
Enclosing interface:
IpFirewallRuleInfo.UpdateStages

public static interface IpFirewallRuleInfo.UpdateStages.WithEndIpAddress
The stage of the IpFirewallRuleInfo update allowing to specify endIpAddress.
  • Method Summary

    Modifier and Type
    Method
    Description
    withEndIpAddress(String endIpAddress)
    Specifies the endIpAddress property: The end IP address of the firewall rule.
  • Method Details

    • withEndIpAddress

      IpFirewallRuleInfo.Update withEndIpAddress(String endIpAddress)
      Specifies 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 end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress.
      Returns:
      the next definition stage.