Google Kubernetes Engine v1 API - Class ScheduleUpgradeConfig (3.38.0)

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

Reference documentation and code samples for the Google Kubernetes Engine v1 API class ScheduleUpgradeConfig.

Configuration for scheduled upgrades on the cluster.

Inheritance

object > ScheduleUpgradeConfig

Namespace

Google.Cloud.Container.V1

Assembly

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