Package version:

DRA details.

interface DraDetails {
    biosId?: string;
    forwardProtectedItemCount?: number;
    health?: string;
    healthErrors?: HealthError[];
    id?: string;
    lastHeartbeatUtc?: any;
    name?: string;
    reverseProtectedItemCount?: number;
    version?: string;
}

Properties

biosId?: string

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

forwardProtectedItemCount?: number

The count of protected items which are protected in forward direction. NOTE: This property will not be serialized. It can only be populated by the server.

health?: string

The health. 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 DRA Id. NOTE: This property will not be serialized. It can only be populated by the server.

lastHeartbeatUtc?: any

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

name?: string

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

reverseProtectedItemCount?: number

The count of protected items which are protected in reverse direction. 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.