Interface IpFirewallRuleInfo.DefinitionStages.WithStartIpAddress

All Known Subinterfaces:
IpFirewallRuleInfo.Definition, IpFirewallRuleInfo.DefinitionStages.WithCreate
Enclosing interface:
IpFirewallRuleInfo.DefinitionStages

public static interface IpFirewallRuleInfo.DefinitionStages.WithStartIpAddress
The stage of the IpFirewallRuleInfo definition allowing to specify startIpAddress.
  • Method Details

    • withStartIpAddress

      IpFirewallRuleInfo.DefinitionStages.WithCreate 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.