Show / Hide Table of Contents

Class CustomNodeInit

Support for running custom init code while bootstrapping nodes.

Inheritance
object
CustomNodeInit
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.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class CustomNodeInit : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InitScript

Optional. The init script to be executed on the node.

Declaration
[JsonProperty("initScript")]
public virtual InitScript InitScript { get; set; }
Property Value
Type Description
InitScript

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX