Class NodeInitializationAction
Specifies an executable to run on a fully configured node and a timeout period for executable completion.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class NodeInitializationAction : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecutableFile
Required. Cloud Storage URI of executable file.
Declaration
[JsonProperty("executableFile")]
public virtual string ExecutableFile { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecutionTimeout
Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.
Declaration
[JsonProperty("executionTimeout")]
public virtual object ExecutionTimeout { get; set; }
Property Value
Type | Description |
---|---|
object |