State#
- class State(*args, **kwargs)#
Bases:
object
Enum for the state of the Object store.
Allowed enum values:
_UNKNOWN
_REDACTED
OBJECT_STORE_DEPLOYMENT_FAILED: The Object store deployment has failed.
OBJECT_STORE_CERT_CREATION_FAILED: Creating the Object store certificate has failed.
OBJECT_STORE_DELETION_FAILED: There was an error deleting the Object store.
UNDEPLOYED_OBJECT_STORE: The Object store is not deployed.
DEPLOYING_OBJECT_STORE: The Object store is being deployed.
CREATING_OBJECT_STORE_CERT: A certificate is being created for the Object store.
DELETING_OBJECT_STORE: A deployed 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_FAILED: 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