AzureClusterFleet

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val membership: String? = null

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: String? = null

The number of the Fleet host project where this cluster will be registered.