IAutonomousDatabaseStandbySummary Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.AutonomousDatabaseStandbySummaryTypeConverter))]
public interface IAutonomousDatabaseStandbySummary : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.AutonomousDatabaseStandbySummaryTypeConverter))>]
type IAutonomousDatabaseStandbySummary = interface
    interface IJsonSerializable
Public Interface IAutonomousDatabaseStandbySummary
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
LagTimeInSecond

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.

LifecycleDetail

Additional information about the current lifecycle state.

LifecycleState

The current state of the Autonomous Database.

TimeDataGuardRoleChanged

The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.

TimeDisasterRecoveryRoleChanged

The date and time the Disaster Recovery role was switched for the standby Autonomous Database.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to