public sealed class Autopilot : IMessage<Autopilot>, IEquatable<Autopilot>, IDeepCloneable<Autopilot>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class Autopilot.
Autopilot is the configuration for Autopilot settings on the cluster.
Implements
IMessage<Autopilot>, IEquatable<Autopilot>, IDeepCloneable<Autopilot>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
Autopilot()
public Autopilot()Autopilot(Autopilot)
public Autopilot(Autopilot other)| Parameter | |
|---|---|
| Name | Description |
other |
Autopilot |
Properties
Enabled
public bool Enabled { get; set; }Enable Autopilot
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|