FleetEc2InboundPermission

data class FleetEc2InboundPermission(val fromPort: Int, val ipRange: String, val protocol: String, val toPort: Int)

Constructors

Link copied to clipboard
constructor(fromPort: Int, ipRange: String, protocol: String, toPort: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Starting value for a range of allowed port numbers.

Link copied to clipboard

Range of allowed IP addresses expressed in CIDR notationE.g., 000.000.000.000/[subnet mask] or 0.0.0.0/[subnet mask].

Link copied to clipboard

Network communication protocol used by the fleetE.g., TCP or UDP

Link copied to clipboard
val toPort: Int

Ending value for a range of allowed port numbers. Port numbers are end-inclusive. This value must be higher than from_port.