AttachedClusterFleetArgs

data class AttachedClusterFleetArgs(val membership: Output<String>? = null, val project: Output<String>) : ConvertibleToJava<AttachedClusterFleetArgs>

Constructors

Link copied to clipboard
constructor(membership: Output<String>? = null, project: Output<String>)

Properties

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

(Output) The name of the managed Hub Membership resource associated to this cluster. Membership names are formatted as projects//locations/global/membership/.

Link copied to clipboard
val project: Output<String>

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Functions

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