poolName | String (optional) Indicates the name of the JDBC connection pool. |
status | String (optional) Indicates whether the service was able to connect the JDBC connection pool. Valid values are: Active Indicates that the service was able to connect to the JDBC pool. Inactive Indicates that the service was able to connect to the JDBC pool. |
maxConns | String (optional) Indicates the maximum number of connections the pool can have. |
minConns | String (optional) Indicates the minimum number of connections the pool can have. |
poolSize | String (optional) Indicates the number of connections that exist in the pool. |
availableConns | String (optional) Indicates the number of connections that are available for use. |
idleTimeout | String (optional) Number of milliseconds the service will wait to obtain a connection to a JDBC connection pool. |