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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["The latest version of the `Fleet` class within the `Google.Cloud.GkeMultiCloud.V1` API is 2.8.0, with previous versions ranging from 2.7.0 down to 1.0.0-beta01 available for reference."],["The `Fleet` class, part of the Anthos Multi-Cloud v1 API, is used for managing and configuring fleets, which are a Google Cloud concept for logically organizing clusters."],["`Fleet` objects implement several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherit from the base `object` class."],["Key properties of a `Fleet` object include `Membership`, which represents the managed Hub Membership resource associated with a cluster, and `Project`, which is the required name of the Fleet host project where the cluster is registered."],["The Fleet class has 2 constructors, one being empty and the second taking in another fleet object as a parameter."]]],[]]