public sealed class ScheduleUpgradeConfig : IMessage<ScheduleUpgradeConfig>, IEquatable<ScheduleUpgradeConfig>, IDeepCloneable<ScheduleUpgradeConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class ScheduleUpgradeConfig.
Configuration for scheduled upgrades on the cluster.
Implements
IMessageScheduleUpgradeConfig, IEquatableScheduleUpgradeConfig, IDeepCloneableScheduleUpgradeConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
ScheduleUpgradeConfig()
public ScheduleUpgradeConfig()ScheduleUpgradeConfig(ScheduleUpgradeConfig)
public ScheduleUpgradeConfig(ScheduleUpgradeConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ScheduleUpgradeConfig |
Properties
Enabled
public bool Enabled { get; set; }Optional. Whether or not scheduled upgrades are enabled.
| Property Value | |
|---|---|
| Type | Description |
bool |
|