public sealed class StartupConfig : IMessage<StartupConfig>, IEquatable<StartupConfig>, IDeepCloneable<StartupConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class StartupConfig.
Configuration to handle the startup of instances during cluster create and update process.
Implements
IMessageStartupConfig, IEquatableStartupConfig, IDeepCloneableStartupConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
StartupConfig()
public StartupConfig()
StartupConfig(StartupConfig)
public StartupConfig(StartupConfig other)
Parameter | |
---|---|
Name | Description |
other |
StartupConfig |
Properties
HasRequiredRegistrationFraction
public bool HasRequiredRegistrationFraction { get; }
Gets whether the "required_registration_fraction" field is set
Property Value | |
---|---|
Type | Description |
bool |
RequiredRegistrationFraction
public double RequiredRegistrationFraction { get; set; }
Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).
Property Value | |
---|---|
Type | Description |
double |