VerifiedAccessEndpointCidrOptionsArgs

data class VerifiedAccessEndpointCidrOptionsArgs(val cidr: Output<String>? = null, val portRanges: Output<List<VerifiedAccessEndpointPortRangeArgs>>? = null, val protocol: Output<String>? = null, val subnetIds: Output<List<String>>? = null) : ConvertibleToJava<VerifiedAccessEndpointCidrOptionsArgs>

The options for cidr type endpoint.

Constructors

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

Properties

Link copied to clipboard
val cidr: Output<String>? = null

The IP address range, in CIDR notation.

Link copied to clipboard

The list of port range.

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

The IP protocol.

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

The IDs of the subnets.

Functions

Link copied to clipboard
open override fun toJava(): VerifiedAccessEndpointCidrOptionsArgs