EndpointCidrOptions

data class EndpointCidrOptions(val cidr: String, val portRanges: List<EndpointCidrOptionsPortRange>, val protocol: String? = null, val subnetIds: List<String>? = null)

Constructors

Link copied to clipboard
constructor(cidr: String, portRanges: List<EndpointCidrOptionsPortRange>, protocol: String? = null, subnetIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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