RcmProxyDetailsResponse

data class RcmProxyDetailsResponse(val biosId: String, val clientAuthenticationType: 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)

RCM proxy details.

Constructors

Link copied to clipboard
constructor(biosId: String, clientAuthenticationType: 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 RCM proxy Bios Id.

Link copied to clipboard

The client authentication type.

Link copied to clipboard

The fabric object Id.

Link copied to clipboard

The RCM proxy Fqdn.

Link copied to clipboard

The health of the RCM proxy.

Link copied to clipboard

The health errors.

Link copied to clipboard
val id: String

The RCM proxy Id.

Link copied to clipboard

The last heartbeat received from the RCM proxy.

Link copied to clipboard

The RCM proxy name.

Link copied to clipboard

The version.