Share via


IPv6FirewallRule Class

An IPv6 server firewall rule.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

IPv6FirewallRule(*, name: str | None = None, start_i_pv6_address: str | None = None, end_i_pv6_address: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Resource name.

Default value: None
start_i_pv6_address
str

The start IP address of the firewall rule. Must be IPv6 format.

Default value: None
end_i_pv6_address
str

The end IP address of the firewall rule. Must be IPv6 format. Must be greater than or equal to startIpv6Address.

Default value: None

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

start_i_pv6_address
str

The start IP address of the firewall rule. Must be IPv6 format.

end_i_pv6_address
str

The end IP address of the firewall rule. Must be IPv6 format. Must be greater than or equal to startIpv6Address.