CidrCollectionLocationArgs

data class CidrCollectionLocationArgs(val cidrList: Output<List<String>>, val locationName: Output<String>) : ConvertibleToJava<CidrCollectionLocationArgs>

Constructors

Link copied to clipboard
constructor(cidrList: Output<List<String>>, locationName: Output<String>)

Properties

Link copied to clipboard
val cidrList: Output<List<String>>

A list of CIDR blocks.

Link copied to clipboard
val locationName: Output<String>

The name of the location that is associated with the CIDR collection.

Functions

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