StateEnum#

class StateEnum(*args, **kwargs)#

Bases: object

Enum for the state of the Object store.

Allowed enum values:

  • _UNKNOWN

  • _REDACTED

  • OBJECT_STORE_DEPLOYMENT_ERROR: The Object store deployment has failed.

  • OBJECT_STORE_CREATE_CERT_ERROR: Creating the Object store certificate has failed.

  • OBJECT_STORE_DELETE_ERROR: There was an error deleting the Object store.

  • OBJECT_STORE_DELETE_INPUT_ERROR: There was an error deleting the undeployed Object store.

  • OBJECT_STORE_INPUT: The Object store is not deployed.

  • OBJECT_STORE_DEPLOYING: The Object store is being deployed.

  • OBJECT_STORE_CREATING_CERT: A certificate is being created for the Object store.

  • OBJECT_STORE_DELETING: A deployed Object store is being deleted.

  • OBJECT_STORE_DELETING_INPUT: An undeployed Object store is being deleted.

  • OBJECT_STORE_AVAILABLE: There are no ongoing operations on the deployed Object store.

  • OBJECT_STORE_OPERATION_PENDING: There is an ongoing operation on the Object store.

  • OBJECT_STORE_OPERATION_ERROR: There was an error while performing an operation on the Object store.

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model