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.
  • clusterUuid: UUID!
  • # Expiry timestamp for Db2 cross host recovery configuration for a target host.
  • expiryTimestamp: DateTime
  • # Details of the target host for Db2 cross host recovery.
  • host: PhysicalHost!
  • }