Azure NSG Documenation missing some fields (#33330)
* Azure NSG Documenation missing some fields * remove trailing spaces * reslove code review feedback * remove trailing space * use `C()` instead of `''`
This commit is contained in:
parent
8506b7bfdc
commit
d244307701
1 changed files with 8 additions and 2 deletions
|
@ -87,11 +87,17 @@ options:
|
|||
default: "*"
|
||||
source_address_prefix:
|
||||
description:
|
||||
- IP address or CIDR from which traffic originates.
|
||||
- The CIDR or source IP range.
|
||||
- Asterix C(*) can also be used to match all source IPs.
|
||||
- Default tags such as C(VirtualNetwork), C(AzureLoadBalancer) and C(Internet) can also be used.
|
||||
- If this is an ingress rule, specifies where network traffic originates from.
|
||||
default: "*"
|
||||
destination_address_prefix:
|
||||
description:
|
||||
- IP address or CIDR to which traffic is headed.
|
||||
- The destination address prefix.
|
||||
- CIDR or destination IP range.
|
||||
- Asterix C(*) can also be used to match all source IPs.
|
||||
- Default tags such as C(VirtualNetwork), C(AzureLoadBalancer) and C(Internet) can also be used.
|
||||
default: "*"
|
||||
access:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue