Class CustomImageInfo
Contains the custom image info for a node pool.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class CustomImageInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpgradeMessage
Output only. The human-readable upgrade message for the custom image.
Declaration
[JsonProperty("upgradeMessage")]
public virtual string UpgradeMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |