Show / Hide Table of Contents

Class CustomImageConfig

CustomImageConfig contains the information r

Inheritance
object
CustomImageConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX