IAutonomousDatabaseStandbySummary Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |