Class AutonomousDatabaseStandbySummary
Autonomous Data Guard standby database details.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AutonomousDatabaseStandbySummary
Properties
AvailabilityDomain
Declaration
[JsonProperty(PropertyName = "availabilityDomain")]
public string AvailabilityDomain { get; set; }
Property Value
Type | Description |
---|---|
string | The availability domain of a local Autonomous Data Guard standby database of an Autonomous Database Serverless instance. |
LagTimeInSeconds
Declaration
[JsonProperty(PropertyName = "lagTimeInSeconds")]
public int? LagTimeInSeconds { get; set; }
Property Value
Type | Description |
---|---|
int? | The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover. |
LifecycleDetails
Declaration
[JsonProperty(PropertyName = "lifecycleDetails")]
public string LifecycleDetails { get; set; }
Property Value
Type | Description |
---|---|
string | Additional information about the current lifecycle state. |
LifecycleState
Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AutonomousDatabaseStandbySummary.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
AutonomousDatabaseStandbySummary.LifecycleStateEnum? | The current state of the Autonomous Database. |
TimeDataGuardRoleChanged
Declaration
[JsonProperty(PropertyName = "timeDataGuardRoleChanged")]
public DateTime? TimeDataGuardRoleChanged { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database. |
TimeDisasterRecoveryRoleChanged
Declaration
[JsonProperty(PropertyName = "timeDisasterRecoveryRoleChanged")]
public DateTime? TimeDisasterRecoveryRoleChanged { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the Disaster Recovery role was switched for the standby Autonomous Database. |