VerifiedAccessEndpointCidrOptions

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

The options for cidr type endpoint.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cidr: String? = null

The IP address range, in CIDR notation.

Link copied to clipboard

The list of port range.

Link copied to clipboard
val protocol: String? = null

The IP protocol.

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

The IDs of the subnets.