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.
Namespace
GoogleCloudGoogle.Cloud.GkeMultiCloudV1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
Fleet()
public Fleet()
Fleet(Fleet)
public Fleet(Fleet other)
Parameter | |
---|---|
Name | Description |
other | Fleet |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |