TargetAssociatedEntityArgs

data class TargetAssociatedEntityArgs(val anthosClusters: Output<List<TargetAssociatedEntityAnthosClusterArgs>>? = null, val entityId: Output<String>, val gkeClusters: Output<List<TargetAssociatedEntityGkeClusterArgs>>? = null) : ConvertibleToJava<TargetAssociatedEntityArgs>

Constructors

Link copied to clipboard
constructor(anthosClusters: Output<List<TargetAssociatedEntityAnthosClusterArgs>>? = null, entityId: Output<String>, gkeClusters: Output<List<TargetAssociatedEntityGkeClusterArgs>>? = null)

Properties

Link copied to clipboard

Optional. Information specifying Anthos clusters as associated entities.

Link copied to clipboard
val entityId: Output<String>

The name for the key in the map for which this object is mapped to in the API

Link copied to clipboard

Optional. Information specifying GKE clusters as associated entities.

Functions

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