Package version:

RCM proxy details.

interface RcmProxyDetails {
    biosId?: string;
    clientAuthenticationType?: string;
    fabricObjectId?: string;
    fqdn?: string;
    health?: string;
    healthErrors?: HealthError[];
    id?: string;
    lastHeartbeatUtc?: any;
    name?: string;
    version?: string;
}

Properties

biosId?: string

The RCM proxy Bios Id. NOTE: This property will not be serialized. It can only be populated by the server.

clientAuthenticationType?: string

The client authentication type. NOTE: This property will not be serialized. It can only be populated by the server.

fabricObjectId?: string

The fabric object Id. NOTE: This property will not be serialized. It can only be populated by the server.

fqdn?: string

The RCM proxy Fqdn. NOTE: This property will not be serialized. It can only be populated by the server.

health?: string

The health of the RCM proxy. NOTE: This property will not be serialized. It can only be populated by the server.

healthErrors?: HealthError[]

The health errors. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

The RCM proxy Id. NOTE: This property will not be serialized. It can only be populated by the server.

lastHeartbeatUtc?: any

The last heartbeat received from the RCM proxy. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The RCM proxy name. NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

The version. NOTE: This property will not be serialized. It can only be populated by the server.