Reprotect Agent Details Response
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
fun ReprotectAgentDetailsResponse(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)