Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.27 KB

SecurityGroupRule.md

File metadata and controls

46 lines (30 loc) · 1.27 KB

SecurityGroupRule

Security Group rule

Properties

Name Type Description Notes
description String Security Group rule description [optional]
startPort Long Start port of the range [optional]
protocol ProtocolEnum Network protocol [optional]
icmp SecurityGroupRuleIcmp [optional]
endPort Long End port of the range [optional]
securityGroup SecurityGroupResource [optional]
id UUID Security Group rule ID [optional] [readonly]
network String CIDR-formatted network allowed [optional]
flowDirection FlowDirectionEnum Network flow direction to match [optional]

Enum: ProtocolEnum

Name Value
TCP "tcp"
ESP "esp"
ICMP "icmp"
UDP "udp"
GRE "gre"
AH "ah"
IPIP "ipip"
ICMPV6 "icmpv6"

Enum: FlowDirectionEnum

Name Value
INGRESS "ingress"
EGRESS "egress"