Show / Hide Table of Contents

Class AutonomousDatabaseStandbySummary

Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary

Inheritance
object
AutonomousDatabaseStandbySummary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class AutonomousDatabaseStandbySummary : IDirectResponseSchema

Properties

DataGuardRoleChangedTime

object representation of DataGuardRoleChangedTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DataGuardRoleChangedTimeDateTimeOffset instead.")]
public virtual object DataGuardRoleChangedTime { get; set; }
Property Value
Type Description
object

DataGuardRoleChangedTimeDateTimeOffset

DateTimeOffset representation of DataGuardRoleChangedTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? DataGuardRoleChangedTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

DataGuardRoleChangedTimeRaw

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

Declaration
[JsonProperty("dataGuardRoleChangedTime")]
public virtual string DataGuardRoleChangedTimeRaw { get; set; }
Property Value
Type Description
string

DisasterRecoveryRoleChangedTime

object representation of DisasterRecoveryRoleChangedTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DisasterRecoveryRoleChangedTimeDateTimeOffset instead.")]
public virtual object DisasterRecoveryRoleChangedTime { get; set; }
Property Value
Type Description
object

DisasterRecoveryRoleChangedTimeDateTimeOffset

DateTimeOffset representation of DisasterRecoveryRoleChangedTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? DisasterRecoveryRoleChangedTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

DisasterRecoveryRoleChangedTimeRaw

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

Declaration
[JsonProperty("disasterRecoveryRoleChangedTime")]
public virtual string DisasterRecoveryRoleChangedTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LagTimeDuration

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.

Declaration
[JsonProperty("lagTimeDuration")]
public virtual object LagTimeDuration { get; set; }
Property Value
Type Description
object

LifecycleDetails

Output only. The additional details about the current lifecycle state of the Autonomous Database.

Declaration
[JsonProperty("lifecycleDetails")]
public virtual string LifecycleDetails { get; set; }
Property Value
Type Description
string

State

Output only. The current lifecycle state of the Autonomous Database.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX