public sealed class NodePool.Types.UpdateInfo : IMessage<NodePool.Types.UpdateInfo>, IEquatable<NodePool.Types.UpdateInfo>, IDeepCloneable<NodePool.Types.UpdateInfo>, IBufferMessage, IMessage
Reference 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
IMessageNodePoolTypesUpdateInfo, IEquatableNodePoolTypesUpdateInfo, IDeepCloneableNodePoolTypesUpdateInfo, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.ContainerV1Assembly
Google.Cloud.Container.V1.dll
Constructors
UpdateInfo()
public UpdateInfo()
UpdateInfo(UpdateInfo)
public UpdateInfo(NodePool.Types.UpdateInfo other)
Parameter | |
---|---|
Name | Description |
other | NodePoolTypesUpdateInfo |
Properties
BlueGreenInfo
public NodePool.Types.UpdateInfo.Types.BlueGreenInfo BlueGreenInfo { get; set; }
Information of a blue-green upgrade.
Property Value | |
---|---|
Type | Description |
NodePoolTypesUpdateInfoTypesBlueGreenInfo |