GetDestGroupResult

data class GetDestGroupResult(val cidrs: List<String>, val fqdns: List<String>, val name: String)

Constructors

Link copied to clipboard
fun GetDestGroupResult(cidrs: List<String>, fqdns: List<String>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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