public interface RollbackSafeUpgradeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getControlPlaneSoakDuration()
public abstract Duration getControlPlaneSoakDuration()A user-defined period for the cluster remains in the rollbackable state. ex: {seconds: 21600}.
.google.protobuf.Duration control_plane_soak_duration = 1;
| Returns | |
|---|---|
| Type | Description |
Duration |
The controlPlaneSoakDuration. |
getControlPlaneSoakDurationOrBuilder()
public abstract DurationOrBuilder getControlPlaneSoakDurationOrBuilder()A user-defined period for the cluster remains in the rollbackable state. ex: {seconds: 21600}.
.google.protobuf.Duration control_plane_soak_duration = 1;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasControlPlaneSoakDuration()
public abstract boolean hasControlPlaneSoakDuration()A user-defined period for the cluster remains in the rollbackable state. ex: {seconds: 21600}.
.google.protobuf.Duration control_plane_soak_duration = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the controlPlaneSoakDuration field is set. |