ExadataInfrastructureLifecycleStateValues¶
-
class
oci.database_management.models.
ExadataInfrastructureLifecycleStateValues
(**kwargs)¶ Bases:
object
the lifecycle state values for the Exadata infrastructure.
Attributes
STATE_ACTIVE
A constant which can be used with the state property of a ExadataInfrastructureLifecycleStateValues. STATE_CREATING
A constant which can be used with the state property of a ExadataInfrastructureLifecycleStateValues. STATE_DELETED
A constant which can be used with the state property of a ExadataInfrastructureLifecycleStateValues. STATE_DELETING
A constant which can be used with the state property of a ExadataInfrastructureLifecycleStateValues. STATE_FAILED
A constant which can be used with the state property of a ExadataInfrastructureLifecycleStateValues. STATE_INACTIVE
A constant which can be used with the state property of a ExadataInfrastructureLifecycleStateValues. STATE_UNKNOWN
A constant which can be used with the state property of a ExadataInfrastructureLifecycleStateValues. STATE_UPDATING
A constant which can be used with the state property of a ExadataInfrastructureLifecycleStateValues. state
Gets the state of this ExadataInfrastructureLifecycleStateValues. Methods
__init__
(**kwargs)Initializes a new ExadataInfrastructureLifecycleStateValues object with values from keyword arguments. -
STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the state property of a ExadataInfrastructureLifecycleStateValues. This constant has a value of “ACTIVE”
-
STATE_CREATING
= 'CREATING'¶ A constant which can be used with the state property of a ExadataInfrastructureLifecycleStateValues. This constant has a value of “CREATING”
-
STATE_DELETED
= 'DELETED'¶ A constant which can be used with the state property of a ExadataInfrastructureLifecycleStateValues. This constant has a value of “DELETED”
-
STATE_DELETING
= 'DELETING'¶ A constant which can be used with the state property of a ExadataInfrastructureLifecycleStateValues. This constant has a value of “DELETING”
-
STATE_FAILED
= 'FAILED'¶ A constant which can be used with the state property of a ExadataInfrastructureLifecycleStateValues. This constant has a value of “FAILED”
-
STATE_INACTIVE
= 'INACTIVE'¶ A constant which can be used with the state property of a ExadataInfrastructureLifecycleStateValues. This constant has a value of “INACTIVE”
-
STATE_UNKNOWN
= 'UNKNOWN'¶ A constant which can be used with the state property of a ExadataInfrastructureLifecycleStateValues. This constant has a value of “UNKNOWN”
-
STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the state property of a ExadataInfrastructureLifecycleStateValues. This constant has a value of “UPDATING”
-
__init__
(**kwargs)¶ Initializes a new ExadataInfrastructureLifecycleStateValues object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: state (str) – The value to assign to the state property of this ExadataInfrastructureLifecycleStateValues. Allowed values for this property are: “CREATING”, “ACTIVE”, “INACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”, “UNKNOWN”
-
state
¶ Gets the state of this ExadataInfrastructureLifecycleStateValues. The current lifecycle state of the Exadata infrastructure resource.
Allowed values for this property are: “CREATING”, “ACTIVE”, “INACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”, “UNKNOWN”
Returns: The state of this ExadataInfrastructureLifecycleStateValues. Return type: str
-