TargetAssociatedEntity

data class TargetAssociatedEntity(val anthosClusters: List<TargetAssociatedEntityAnthosCluster>? = null, val entityId: String, val gkeClusters: List<TargetAssociatedEntityGkeCluster>? = null)

Constructors

Link copied to clipboard
constructor(anthosClusters: List<TargetAssociatedEntityAnthosCluster>? = null, entityId: String, gkeClusters: List<TargetAssociatedEntityGkeCluster>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Information specifying Anthos clusters as associated entities.

Link copied to clipboard

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.