ClusterFleetArgs

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

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/<project-number>/locations/global/membership/<cluster-id>.

Link copied to clipboard
val project: Output<String>

The name of the Fleet host project where this cluster will be registered. Project names are formatted as projects/<project-number>.

Functions

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