AttachedClusterFleet

data class AttachedClusterFleet(val membership: String? = null, val project: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val membership: 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

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