ReprotectAgentDetailsResponse

data class ReprotectAgentDetailsResponse(val accessibleDatastores: List<String>, val biosId: String, val fabricObjectId: String, val fqdn: String, val health: String, val healthErrors: List<HealthErrorResponse>, val id: String, val lastDiscoveryInUtc: String, val lastHeartbeatUtc: String, val name: String, val protectedItemCount: Int, val vcenterId: String, val version: String)

Reprotect agent details.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of accessible datastores fetched from discovery.

Link copied to clipboard

The reprotect agent Bios Id.

Link copied to clipboard

The fabric object Id.

Link copied to clipboard

The reprotect agent Fqdn.

Link copied to clipboard

The health of the reprotect agent.

Link copied to clipboard

The health errors.

Link copied to clipboard
val id: String

The reprotect agent Id.

Link copied to clipboard

The last time when SDS information discovered in SRS.

Link copied to clipboard

The last heartbeat received from the reprotect agent.

Link copied to clipboard

The reprotect agent name.

Link copied to clipboard

The protected item count.

Link copied to clipboard

The Vcenter Id.

Link copied to clipboard

The version.