Builder

class Builder

Properties

Link copied to clipboard

The IPv4 CIDR range. To specify a single IPv4 address, use the /32 prefix length.

Link copied to clipboard

The IPv6 CIDR range. To specify a single IPv6 address, use the /128 prefix length.

Link copied to clipboard

The description of the security group rule.

Link copied to clipboard

If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP type or -1 (all ICMP types).

Link copied to clipboard

The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers).

Link copied to clipboard

The ID of the prefix list.

Link copied to clipboard

The ID of the security group that is referenced in the security group rule.

Link copied to clipboard
var toPort: Int?

If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP or ICMPv6, this is the ICMP code or -1 (all ICMP codes). If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).