DestGroupArgs

data class DestGroupArgs(val cidrs: Output<List<String>>? = null, val fqdns: Output<List<String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val tunnelDestGroupId: Output<String>? = null) : ConvertibleToJava<DestGroupArgs>

Creates a new TunnelDestGroup.

Constructors

Link copied to clipboard
fun DestGroupArgs(cidrs: Output<List<String>>? = null, fqdns: Output<List<String>>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, tunnelDestGroupId: Output<String>? = null)

Functions

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

Properties

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

Unordered list. List of CIDRs that this group applies to.

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

Unordered list. List of FQDNs that this group applies to.

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

Immutable. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).

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

Required. The ID to use for the TunnelDestGroup, which becomes the final component of the resource name. This value must be 4-63 characters, and valid characters are [a-z]-.