Class CustomImageConfig
CustomImageConfig contains the information r
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class CustomImageConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Image
The name of the image to use for this node.
Declaration
[JsonProperty("image")]
public virtual string Image { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ImageFamily
The name of the image family to use for this node.
Declaration
[JsonProperty("imageFamily")]
public virtual string ImageFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ImageProject
The project containing the image to use for this node.
Declaration
[JsonProperty("imageProject")]
public virtual string ImageProject { get; set; }
Property Value
| Type | Description |
|---|---|
| string |