public sealed class Autopilot : IMessage<Autopilot>, IEquatable<Autopilot>, IDeepCloneable<Autopilot>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class Autopilot.
Autopilot is the configuration for Autopilot settings on the cluster.
Implements
IMessageAutopilot, IEquatableAutopilot, IDeepCloneableAutopilot, 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 |
bool |
WorkloadPolicyConfig
public WorkloadPolicyConfig WorkloadPolicyConfig { get; set; }
Workload policy configuration for Autopilot.
Property Value | |
---|---|
Type | Description |
WorkloadPolicyConfig |