InstancePublicPortsPortInfo

data class InstancePublicPortsPortInfo(val cidrListAliases: List<String>? = null, val cidrs: List<String>? = null, val fromPort: Int, val ipv6Cidrs: List<String>? = null, val protocol: String, val toPort: Int)

Constructors

Link copied to clipboard
constructor(cidrListAliases: List<String>? = null, cidrs: List<String>? = null, fromPort: Int, ipv6Cidrs: List<String>? = null, protocol: String, toPort: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set of CIDR aliases that define access for a preconfigured range of IP addresses.

Link copied to clipboard
val cidrs: List<String>? = null

Set of CIDR blocks.

Link copied to clipboard

First port in a range of open ports on an instance.

Link copied to clipboard
val ipv6Cidrs: List<String>? = null
Link copied to clipboard

IP protocol name. Valid values are tcp, all, udp, and icmp.

Link copied to clipboard
val toPort: Int

Last port in a range of open ports on an instance. The following arguments are optional: