public sealed class NodeInitializationAction : IMessage<NodeInitializationAction>, IEquatable<NodeInitializationAction>, IDeepCloneable<NodeInitializationAction>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class NodeInitializationAction.
Specifies an executable to run on a fully configured node and a timeout period for executable completion.
Implements
IMessage<NodeInitializationAction>, IEquatable<NodeInitializationAction>, IDeepCloneable<NodeInitializationAction>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
NodeInitializationAction()
public NodeInitializationAction()
NodeInitializationAction(NodeInitializationAction)
public NodeInitializationAction(NodeInitializationAction other)
Parameter | |
---|---|
Name | Description |
other | NodeInitializationAction |
Properties
ExecutableFile
public string ExecutableFile { get; set; }
Required. Cloud Storage URI of executable file.
Property Value | |
---|---|
Type | Description |
String |
ExecutionTimeout
public Duration ExecutionTimeout { get; set; }
Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration).
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.
Property Value | |
---|---|
Type | Description |
Duration |