Interface FirewallRule.DefinitionStages.WithEndIpAddress

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

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

    • withEndIpAddress

      FirewallRule.DefinitionStages.WithCreate withEndIpAddress(String endIpAddress)
      Specifies the endIpAddress property: The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol..
      Parameters:
      endIpAddress - The end 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.