@ -89,14 +89,14 @@ nacls:
ingress :
ingress :
description :
description :
- A list of NACL ingress rules with the following format .
- A list of NACL ingress rules with the following format .
- [ rule no , protocol , allow / deny , v4 or v6 cidr , icmp_type , icmp_code , port from , port to ]
- " C([rule no, protocol, allow/deny, v4 or v6 cidr, icmp_type, icmp_code, port from, port to]) "
returned : always
returned : always
type : list of list
type : list of list
sample : [ [ 100 , ' tcp ' , ' allow ' , ' 0.0.0.0/0 ' , null , null , 22 , 22 ] ]
sample : [ [ 100 , ' tcp ' , ' allow ' , ' 0.0.0.0/0 ' , null , null , 22 , 22 ] ]
egress :
egress :
description :
description :
- A list of NACL egress rules with the following format .
- A list of NACL egress rules with the following format .
- [ rule no , protocol , allow / deny , v4 or v6 cidr , icmp_type , icmp_code , port from , port to ]
- " C([rule no, protocol, allow/deny, v4 or v6 cidr, icmp_type, icmp_code, port from, port to]) "
returned : always
returned : always
type : list of list
type : list of list
sample : [ [ 100 , ' all ' , ' allow ' , ' 0.0.0.0/0 ' , null , null , null , null ] ]
sample : [ [ 100 , ' all ' , ' allow ' , ' 0.0.0.0/0 ' , null , null , null , null ] ]