GetInstancesInstanceHostInstanceInfo

data class GetInstancesInstanceHostInstanceInfo(val dataSyncTime: String, val logSyncTime: String, val nodeId: String, val nodeType: String, val regionId: String, val syncStatus: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(dataSyncTime: String, logSyncTime: String, nodeId: String, nodeType: String, regionId: String, syncStatus: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the secondary instance completed the synchronization of data from the primary instance. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

Link copied to clipboard

The time when the secondary instance received logs from the primary instance. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

Link copied to clipboard

The ID of the instance.

Link copied to clipboard

The type of the node.

Link copied to clipboard

The region ID of the instance.

Link copied to clipboard

The synchronization status.

Link copied to clipboard

The ID of the zone.