Google Cloud Dataproc v1 API - Class StartupConfig (5.10.0)

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.

Inheritance

object > StartupConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

StartupConfig()

public StartupConfig()

StartupConfig(StartupConfig)

public StartupConfig(StartupConfig other)
Parameter
NameDescription
otherStartupConfig

Properties

HasRequiredRegistrationFraction

public bool HasRequiredRegistrationFraction { get; }

Gets whether the "required_registration_fraction" field is set

Property Value
TypeDescription
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
TypeDescription
double