public interface MigrationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getForceFinishMigration()
public abstract boolean getForceFinishMigration()Output only. Represents a boolean flag to force migration finalization without offset catch up validation between source and target before stopping replication.
bool force_finish_migration = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The forceFinishMigration. |
getSelfManagedSource()
public abstract SelfManagedSource getSelfManagedSource()Output only. Configuration for migrating from a self-managed Valkey/Redis instance
.google.cloud.memorystore.v1beta.SelfManagedSource self_managed_source = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SelfManagedSource |
The selfManagedSource. |
getSelfManagedSourceOrBuilder()
public abstract SelfManagedSourceOrBuilder getSelfManagedSourceOrBuilder()Output only. Configuration for migrating from a self-managed Valkey/Redis instance
.google.cloud.memorystore.v1beta.SelfManagedSource self_managed_source = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SelfManagedSourceOrBuilder |
|
getSourceCase()
public abstract MigrationConfig.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
MigrationConfig.SourceCase |
|
getState()
public abstract MigrationConfig.State getState()Output only. Migration state of the instance.
.google.cloud.memorystore.v1beta.MigrationConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
MigrationConfig.State |
The state. |
getStateValue()
public abstract int getStateValue()Output only. Migration state of the instance.
.google.cloud.memorystore.v1beta.MigrationConfig.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
hasSelfManagedSource()
public abstract boolean hasSelfManagedSource()Output only. Configuration for migrating from a self-managed Valkey/Redis instance
.google.cloud.memorystore.v1beta.SelfManagedSource self_managed_source = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the selfManagedSource field is set. |