Interface InstanceGroupManagerStatusStatefulPerInstanceConfigsOrBuilder (1.8.1)

public interface InstanceGroupManagerStatusStatefulPerInstanceConfigsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllEffective()

public abstract boolean getAllEffective()

A bit indicating if all of the group's per-instance configs (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.

optional bool all_effective = 516540553;

Returns
TypeDescription
boolean

The allEffective.

hasAllEffective()

public abstract boolean hasAllEffective()

A bit indicating if all of the group's per-instance configs (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.

optional bool all_effective = 516540553;

Returns
TypeDescription
boolean

Whether the allEffective field is set.