Interface StartupConfigOrBuilder (4.38.0)

public interface StartupConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRequiredRegistrationFraction()

public abstract double getRequiredRegistrationFraction()

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).

optional double required_registration_fraction = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
double

The requiredRegistrationFraction.

hasRequiredRegistrationFraction()

public abstract boolean hasRequiredRegistrationFraction()

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).

optional double required_registration_fraction = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the requiredRegistrationFraction field is set.