Class Autopilot (3.1.0)

public sealed class Autopilot : IMessage<Autopilot>, IEquatable<Autopilot>, IDeepCloneable<Autopilot>, IBufferMessage, IMessage

Autopilot is the configuration for Autopilot settings on the cluster.

Inheritance

Object > Autopilot

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

Autopilot()

public Autopilot()

Autopilot(Autopilot)

public Autopilot(Autopilot other)
Parameter
NameDescription
otherAutopilot

Properties

Enabled

public bool Enabled { get; set; }

Enable Autopilot

Property Value
TypeDescription
Boolean