
com.pulumi.gcp.oracledatabase.kotlin.outputs.GetAutonomousDatabasesAutonomousDatabasePropertyLocalStandbyDb.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.oracledatabase.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property dataGuardRoleChangedTime The date and time the Autonomous Data Guard role was switched for the
* standby Autonomous Database.
* @property disasterRecoveryRoleChangedTime The date and time the Disaster Recovery role was switched for the standby
* Autonomous Database.
* @property lagTimeDuration The amount of time, in seconds, that the data of the standby database lags
* in comparison to the data of the primary database.
* @property lifecycleDetails The additional details about the current lifecycle state of the
* Autonomous Database.
* @property state 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
*/
public data class GetAutonomousDatabasesAutonomousDatabasePropertyLocalStandbyDb(
public val dataGuardRoleChangedTime: String,
public val disasterRecoveryRoleChangedTime: String,
public val lagTimeDuration: String,
public val lifecycleDetails: String,
public val state: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.oracledatabase.outputs.GetAutonomousDatabasesAutonomousDatabasePropertyLocalStandbyDb): GetAutonomousDatabasesAutonomousDatabasePropertyLocalStandbyDb =
GetAutonomousDatabasesAutonomousDatabasePropertyLocalStandbyDb(
dataGuardRoleChangedTime = javaType.dataGuardRoleChangedTime(),
disasterRecoveryRoleChangedTime = javaType.disasterRecoveryRoleChangedTime(),
lagTimeDuration = javaType.lagTimeDuration(),
lifecycleDetails = javaType.lifecycleDetails(),
state = javaType.state(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy