Class Fleet
Fleet is the fleet configuration for the cluster.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class Fleet : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Membership
Output only. The full resource name of the registered fleet membership of the cluster, in the format
//gkehub.googleapis.com/projects/*/locations/*/memberships/*
.
Declaration
[JsonProperty("membership")]
public virtual string Membership { get; set; }
Property Value
Type | Description |
---|---|
string |
PreRegistered
Output only. Whether the cluster has been registered through the fleet API.
Declaration
[JsonProperty("preRegistered")]
public virtual bool? PreRegistered { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Project
The Fleet host project(project ID or project number) where this cluster will be registered to. This field cannot be changed after the cluster has been registered.
Declaration
[JsonProperty("project")]
public virtual string Project { get; set; }
Property Value
Type | Description |
---|---|
string |