public interface AutonomousDatabaseStandbySummaryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataGuardRoleChangedTime()
public abstract Timestamp getDataGuardRoleChangedTime()
Output only. The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
.google.protobuf.Timestamp data_guard_role_changed_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The dataGuardRoleChangedTime. |
getDataGuardRoleChangedTimeOrBuilder()
public abstract TimestampOrBuilder getDataGuardRoleChangedTimeOrBuilder()
Output only. The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
.google.protobuf.Timestamp data_guard_role_changed_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDisasterRecoveryRoleChangedTime()
public abstract Timestamp getDisasterRecoveryRoleChangedTime()
Output only. The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
.google.protobuf.Timestamp disaster_recovery_role_changed_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The disasterRecoveryRoleChangedTime. |
getDisasterRecoveryRoleChangedTimeOrBuilder()
public abstract TimestampOrBuilder getDisasterRecoveryRoleChangedTimeOrBuilder()
Output only. The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
.google.protobuf.Timestamp disaster_recovery_role_changed_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getLagTimeDuration()
public abstract Duration getLagTimeDuration()
Output only. The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
.google.protobuf.Duration lag_time_duration = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Duration |
The lagTimeDuration. |
getLagTimeDurationOrBuilder()
public abstract DurationOrBuilder getLagTimeDurationOrBuilder()
Output only. The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
.google.protobuf.Duration lag_time_duration = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
getLifecycleDetails()
public abstract String getLifecycleDetails()
Output only. The additional details about the current lifecycle state of the Autonomous Database.
string lifecycle_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The lifecycleDetails. |
getLifecycleDetailsBytes()
public abstract ByteString getLifecycleDetailsBytes()
Output only. The additional details about the current lifecycle state of the Autonomous Database.
string lifecycle_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for lifecycleDetails. |
getState()
public abstract State getState()
Output only. The current lifecycle state of the Autonomous Database.
.google.cloud.oracledatabase.v1.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
State |
The state. |
getStateValue()
public abstract int getStateValue()
Output only. The current lifecycle state of the Autonomous Database.
.google.cloud.oracledatabase.v1.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
hasDataGuardRoleChangedTime()
public abstract boolean hasDataGuardRoleChangedTime()
Output only. The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
.google.protobuf.Timestamp data_guard_role_changed_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the dataGuardRoleChangedTime field is set. |
hasDisasterRecoveryRoleChangedTime()
public abstract boolean hasDisasterRecoveryRoleChangedTime()
Output only. The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
.google.protobuf.Timestamp disaster_recovery_role_changed_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the disasterRecoveryRoleChangedTime field is set. |
hasLagTimeDuration()
public abstract boolean hasLagTimeDuration()
Output only. The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
.google.protobuf.Duration lag_time_duration = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the lagTimeDuration field is set. |