Interface FirewallRule.DefinitionStages.WithStartIpAddress

All Known Subinterfaces:
FirewallRule.Definition
Enclosing interface:
FirewallRule.DefinitionStages

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

    • withStartIpAddress

      FirewallRule.DefinitionStages.WithEndIpAddress withStartIpAddress(String startIpAddress)
      Specifies the startIpAddress property: The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol..
      Parameters:
      startIpAddress - The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
      Returns:
      the next definition stage.