Google Kubernetes Engine v1 API - Class CustomImageInfo (3.40.0)

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

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

Contains the custom image info for a node pool.

Inheritance

object > CustomImageInfo

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

CustomImageInfo()

public CustomImageInfo()

CustomImageInfo(CustomImageInfo)

public CustomImageInfo(CustomImageInfo other)
Parameter
Name Description
other CustomImageInfo

Properties

UpgradeMessage

public string UpgradeMessage { get; set; }

Output only. The human-readable upgrade message for the custom image.

Property Value
Type Description
string