GetDatabaseInstanceLatestRecoveryTimeResult

data class GetDatabaseInstanceLatestRecoveryTimeResult(val id: String, val instance: String, val latestRecoveryTime: String, val project: String)

A collection of values returned by getDatabaseInstanceLatestRecoveryTime.

Constructors

constructor(id: String, instance: String, latestRecoveryTime: String, project: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The name of the instance.

Link copied to clipboard

Timestamp, identifies the latest recovery time of the source instance.

Link copied to clipboard

The ID of the project in which the resource belongs.