DraDetails interface
DRA details.
Properties
bios |
The DRA Bios Id. NOTE: This property will not be serialized. It can only be populated by the server. |
forward |
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 | The health. NOTE: This property will not be serialized. It can only be populated by the server. |
health |
The health errors. NOTE: This property will not be serialized. It can only be populated by the server. |
id | The DRA Id. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The last heartbeat received from the DRA. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The DRA name. NOTE: This property will not be serialized. It can only be populated by the server. |
reverse |
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 | The version. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
biosId
The DRA Bios Id. NOTE: This property will not be serialized. It can only be populated by the server.
biosId?: string
Property Value
string
forwardProtectedItemCount
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.
forwardProtectedItemCount?: number
Property Value
number
health
The health. NOTE: This property will not be serialized. It can only be populated by the server.
health?: string
Property Value
string
healthErrors
The health errors. NOTE: This property will not be serialized. It can only be populated by the server.
healthErrors?: HealthError[]
Property Value
id
The DRA Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
lastHeartbeatUtc
The last heartbeat received from the DRA. NOTE: This property will not be serialized. It can only be populated by the server.
lastHeartbeatUtc?: Date
Property Value
Date
name
The DRA name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
reverseProtectedItemCount
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.
reverseProtectedItemCount?: number
Property Value
number
version
The version. NOTE: This property will not be serialized. It can only be populated by the server.
version?: string
Property Value
string