public static interface BlueGreenSettings.StandardRolloutPolicyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBatchNodeCount()
public abstract int getBatchNodeCount()Number of blue nodes to drain in a batch.
int32 batch_node_count = 2;
| Type | Description |
| int | The batchNodeCount. |
getBatchPercentage()
public abstract float getBatchPercentage()Percentage of the bool pool nodes to drain in a batch. The range of this field should be (0.0, 1.0].
float batch_percentage = 1;
| Type | Description |
| float | The batchPercentage. |
getBatchSoakDuration()
public abstract Duration getBatchSoakDuration()Soak time after each batch gets drained. Default to zero.
optional .google.protobuf.Duration batch_soak_duration = 3;
| Type | Description |
| Duration | The batchSoakDuration. |
getBatchSoakDurationOrBuilder()
public abstract DurationOrBuilder getBatchSoakDurationOrBuilder()Soak time after each batch gets drained. Default to zero.
optional .google.protobuf.Duration batch_soak_duration = 3;
| Type | Description |
| DurationOrBuilder |
getUpdateBatchSizeCase()
public abstract BlueGreenSettings.StandardRolloutPolicy.UpdateBatchSizeCase getUpdateBatchSizeCase()| Type | Description |
| BlueGreenSettings.StandardRolloutPolicy.UpdateBatchSizeCase |
hasBatchNodeCount()
public abstract boolean hasBatchNodeCount()Number of blue nodes to drain in a batch.
int32 batch_node_count = 2;
| Type | Description |
| boolean | Whether the batchNodeCount field is set. |
hasBatchPercentage()
public abstract boolean hasBatchPercentage()Percentage of the bool pool nodes to drain in a batch. The range of this field should be (0.0, 1.0].
float batch_percentage = 1;
| Type | Description |
| boolean | Whether the batchPercentage field is set. |
hasBatchSoakDuration()
public abstract boolean hasBatchSoakDuration()Soak time after each batch gets drained. Default to zero.
optional .google.protobuf.Duration batch_soak_duration = 3;
| Type | Description |
| boolean | Whether the batchSoakDuration field is set. |