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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpFirewallRuleInfo.Update
withEndIpAddress(String endIpAddress)
Specifies the endIpAddress property: The end IP address of the firewall rule.
-
-
-
Method Detail
-
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.
-
-