OBJECT
Db2InstanceSummary
Description
Supported in v7.0+
link GraphQL Schema definition
- type Db2InstanceSummary {
- # Required. Supported in v7.0+
- # List of IDs of databases present in this Db2 instance.
- String!]! : [
- # Required. Supported in v7.0+
- # v7.0: List of hosts that are a part of this Db2 instance.
- # v8.0+: A list of IDs of the hosts that are part of this Db2 instance.
- String!]! : [
- # Required. Supported in v7.0+
- # ID of the Db2 instance.
- String! :
- # Required. Supported in v7.0+
- # UTC timestamp of the most recent Db2 instance refresh job.
- String! :
- # Required. Supported in v7.0+
- # Name of the Db2 instance.
- String! :
- # Required. Supported in v7.0+
- # ID of the CDM cluster that protects the Db2 instance.
- String! :
- # Required. Supported in v7.0+
- # UTC timestamp of the most recent Db2 instance refresh job.
- String! :
- # Required. Supported in v7.0+
- # SLA Domain ID assigned to the Db2 instance.
- String! :
- # Required. Supported in v7.0+
- # Type of the SLA Domain assigned to the Db2 instance.
- String! :
- # Required. Supported in v7.0+
- # Status messsage of the most recent Db2 instance refresh job.
- String! :
- # Required. Supported in v7.0+
- # Username provided by the user that will be used while interacting with Db2
- # system.
- String! :
- # Supported in v8.0+
- # A list of names of the hosts that are part of this Db2 instance.
- String!]! : [
- # Supported in v8.0+
- # Specifies whether a Db2 instance is archived.
- Boolean :
- # Supported in v8.0+
- # List of relic database IDs present in this Db2 instance.
- String!]! : [
- # Supported in v8.1+
- # List of HADR database IDs present in this Db2 instance.
- String!]! : [
- # Supported in v7.0+
- # Status of the most recent Db2 instance refresh job.
- Db2InstanceSummaryStatus! :
- }