public sealed class RollbackSafeUpgrade : IMessage<RollbackSafeUpgrade>, IEquatable<RollbackSafeUpgrade>, IDeepCloneable<RollbackSafeUpgrade>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class RollbackSafeUpgrade.
RollbackSafeUpgrade is the configuration for the rollback safe upgrade.
Implements
IMessageRollbackSafeUpgrade, IEquatableRollbackSafeUpgrade, IDeepCloneableRollbackSafeUpgrade, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
RollbackSafeUpgrade()
public RollbackSafeUpgrade()RollbackSafeUpgrade(RollbackSafeUpgrade)
public RollbackSafeUpgrade(RollbackSafeUpgrade other)| Parameter | |
|---|---|
| Name | Description |
other |
RollbackSafeUpgrade |
Properties
ControlPlaneSoakDuration
public Duration ControlPlaneSoakDuration { get; set; }Optional. A user-defined period for the cluster remains in the rollbackable state. ex: {seconds: 21600}.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|