Anthos Multi-Cloud V1 API - Class Google::Cloud::GkeMultiCloud::V1::Fleet (v0.9.0)

Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::Fleet.

Fleet related configuration.

Fleets are a Google Cloud concept for logically organizing clusters, letting you use and manage multi-cluster capabilities and apply consistent policies across your systems.

See Anthos Fleets for more details on Anthos multi-cluster capabilities using Fleets.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#membership

def membership() -> ::String
Returns
  • (::String) — Output only. 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>.

#project

def project() -> ::String
Returns
  • (::String) — Required. The name of the Fleet host project where this cluster will be registered.

    Project names are formatted as projects/<project-number>.

#project=

def project=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the Fleet host project where this cluster will be registered.

    Project names are formatted as projects/<project-number>.

Returns
  • (::String) — Required. The name of the Fleet host project where this cluster will be registered.

    Project names are formatted as projects/<project-number>.