status property

DBProxyStatus? status
final

The current status of this proxy. A status of available means the proxy is ready to handle requests. Other values indicate that you must wait for the proxy to be ready, or take some action to resolve an issue.

Implementation

final DBProxyStatus? status;