Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 725 Bytes

File metadata and controls

19 lines (9 loc) · 725 Bytes

PostgresClusterStates

The current lifecycle state of the cluster. - PROVISIONING: The system is actively applying the changes. - AVAILABLE: The resource is fully operational with no pending changes. - UPDATING: A modification is in progress. - DESTROYING: The resource is being deleted. - FAILED: The provisioning failed due to an internal error.

Enum

  • PROVISIONING (value: 'PROVISIONING')

  • AVAILABLE (value: 'AVAILABLE')

  • UPDATING (value: 'UPDATING')

  • DESTROYING (value: 'DESTROYING')

  • FAILED (value: 'FAILED')

[Back to Model list] [Back to API list] [Back to README]