Anthos Multi-Cloud v1 API - Class Fleet (2.5.0)

public sealed class Fleet : IMessage<Fleet>, IEquatable<Fleet>, IDeepCloneable<Fleet>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class 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.

Inheritance

object > Fleet

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

Fleet()

public Fleet()

Fleet(Fleet)

public Fleet(Fleet other)
Parameter
NameDescription
otherFleet

Properties

Membership

public string Membership { get; set; }

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>.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

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

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

Property Value
TypeDescription
string