ReplicationAgentDetailsResponse

data class ReplicationAgentDetailsResponse(val biosId: String, val fabricObjectId: String, val fqdn: String, val health: String, val healthErrors: List<HealthErrorResponse>, val id: String, val lastHeartbeatUtc: String, val name: String, val version: String)

Replication agent details.

Constructors

Link copied to clipboard
constructor(biosId: String, fabricObjectId: String, fqdn: String, health: String, healthErrors: List<HealthErrorResponse>, id: String, lastHeartbeatUtc: String, name: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The replication agent Bios Id.

Link copied to clipboard

The fabric object Id.

Link copied to clipboard

The replication agent Fqdn.

Link copied to clipboard

The health of the replication agent.

Link copied to clipboard

The health errors.

Link copied to clipboard
val id: String

The replication agent Id.

Link copied to clipboard

The last heartbeat received from the replication agent.

Link copied to clipboard

The replication agent name.

Link copied to clipboard

The version.