public sealed class UpdateInfo : IMessage<NodePool.Types.UpdateInfo>, IEquatable<NodePool.Types.UpdateInfo>, IDeepCloneable<NodePool.Types.UpdateInfo>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class NodePool.Types.UpdateInfo.
UpdateInfo contains resource (instance groups, etc), status and other intermediate information relevant to a node pool upgrade.
Implements
IMessage<NodePool.Types.UpdateInfo>, IEquatable<NodePool.Types.UpdateInfo>, IDeepCloneable<NodePool.Types.UpdateInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
UpdateInfo()
public UpdateInfo()UpdateInfo(NodePool.Types.UpdateInfo)
public UpdateInfo(NodePool.Types.UpdateInfo other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        NodePool.Types.UpdateInfo | 
      
Properties
BlueGreenInfo
public NodePool.Types.UpdateInfo.Types.BlueGreenInfo BlueGreenInfo { get; set; }Information of a blue-green upgrade.
| Property Value | |
|---|---|
| Type | Description | 
NodePool.Types.UpdateInfo.Types.BlueGreenInfo | 
        |