Interface IpFirewallRuleInfo.UpdateStages.WithStartIpAddress

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

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

    Modifier and Type
    Method
    Description
    withStartIpAddress(String startIpAddress)
    Specifies the startIpAddress property: The start IP address of the firewall rule.
  • Method Details

    • withStartIpAddress

      IpFirewallRuleInfo.Update withStartIpAddress(String startIpAddress)
      Specifies the startIpAddress property: The start IP address of the firewall rule. Must be IPv4 format.
      Parameters:
      startIpAddress - The start IP address of the firewall rule. Must be IPv4 format.
      Returns:
      the next definition stage.