OBJECT
Db2CrossHostRecoveryInfo
Description
Details of a target host configured for Db2 cross host recovery.
link GraphQL Schema definition
- type Db2CrossHostRecoveryInfo {
- # Cluster UUID of the host.
- : UUID!
- # Expiry timestamp for Db2 cross host recovery configuration for a target host.
- : DateTime
- # Details of the target host for Db2 cross host recovery.
- : PhysicalHost!
- }