EngineVersion

Provides information about a replication instance version.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date when the replication instance will be automatically upgraded. This setting only applies if the auto-minor-version setting is enabled.

Link copied to clipboard

The list of valid replication instance versions that you can upgrade to.

Link copied to clipboard

The date when the replication instance version will be deprecated and can no longer be requested.

Link copied to clipboard

The date when the replication instance will have a version upgrade forced.

Link copied to clipboard

The date when the replication instance version became publicly available.

Link copied to clipboard

The lifecycle status of the replication instance version. Valid values are DEPRECATED, DEFAULT_VERSION, and ACTIVE.

Link copied to clipboard

The release status of the replication instance version.

Link copied to clipboard

The version number of the replication instance.

Functions

Link copied to clipboard
inline fun copy(block: EngineVersion.Builder.() -> Unit = {}): EngineVersion
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String