UpdateFirewallRuleParameters Class

The parameters used to update a firewall rule.

Inheritance
UpdateFirewallRuleParameters

Constructor

UpdateFirewallRuleParameters(*, start_ip_address: Optional[str] = None, end_ip_address: Optional[str] = None, **kwargs)

Parameters

start_ip_address
str
Required

The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.

end_ip_address
str
Required

The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.