Class StartupConfig
Configuration to handle the startup of instances during cluster create and update process.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class StartupConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RequiredRegistrationFraction
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).
Declaration
[JsonProperty("requiredRegistrationFraction")]
public virtual double? RequiredRegistrationFraction { get; set; }
Property Value
Type | Description |
---|---|
double? |