Show / Hide Table of Contents

Class Fleet

Fleet is the fleet configuration for the cluster.

Inheritance
object
Fleet
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX