AutonomousDatabasePropertiesLocalStandbyDbArgs

data class AutonomousDatabasePropertiesLocalStandbyDbArgs(val dataGuardRoleChangedTime: Output<String>? = null, val disasterRecoveryRoleChangedTime: Output<String>? = null, val lagTimeDuration: Output<String>? = null, val lifecycleDetails: Output<String>? = null, val state: Output<String>? = null) : ConvertibleToJava<AutonomousDatabasePropertiesLocalStandbyDbArgs>

Constructors

constructor(dataGuardRoleChangedTime: Output<String>? = null, disasterRecoveryRoleChangedTime: Output<String>? = null, lagTimeDuration: Output<String>? = null, lifecycleDetails: Output<String>? = null, state: Output<String>? = null)

Properties

Link copied to clipboard
val dataGuardRoleChangedTime: Output<String>? = null

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

Link copied to clipboard

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

Link copied to clipboard
val lagTimeDuration: Output<String>? = null

The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.

Link copied to clipboard
val lifecycleDetails: Output<String>? = null

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

Link copied to clipboard
val state: Output<String>? = null

Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY

Functions

Link copied to clipboard
open override fun toJava(): AutonomousDatabasePropertiesLocalStandbyDbArgs