InboundSecurityRules Class
Properties of the Inbound Security Rules resource.
Constructor
InboundSecurityRules(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
Name of the rule. |
|
protocol
|
Protocol. This should be either TCP or UDP. Known values are: "TCP" and "UDP". |
|
source_address_prefix
|
The CIDR or source IP range. |
|
destination_port_range
|
NVA port ranges to be opened up. One needs to provide specific ports. |
|
destination_port_ranges
|
NVA port ranges to be opened up. One can provide a range of ports. Allowed port value between 0 and 65535. |
|
applies_on
|
Public IP name in case of Permanent Rule type & Interface Name in case of Auto Expire Rule type. |
Attributes
applies_on
Public IP name in case of Permanent Rule type & Interface Name in case of Auto Expire Rule type.
applies_on: list[str] | None
destination_port_range
NVA port ranges to be opened up. One needs to provide specific ports.
destination_port_range: int | None
destination_port_ranges
NVA port ranges to be opened up. One can provide a range of ports. Allowed port value between 0 and 65535.
destination_port_ranges: list[str] | None
name
Name of the rule.
name: str | None
protocol
"TCP" and "UDP".
protocol: str | _models.InboundSecurityRulesProtocol | None
source_address_prefix
The CIDR or source IP range.
source_address_prefix: str | None