ExadataInfrastructureLifecycleStateValues

class oci.database_management.models.ExadataInfrastructureLifecycleStateValues(**kwargs)

Bases: object

the lifecycle state values for the Exadata infrastructure.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a ExadataInfrastructureLifecycleStateValues.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a ExadataInfrastructureLifecycleStateValues.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a ExadataInfrastructureLifecycleStateValues.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a ExadataInfrastructureLifecycleStateValues.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a ExadataInfrastructureLifecycleStateValues.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a ExadataInfrastructureLifecycleStateValues.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a ExadataInfrastructureLifecycleStateValues.
lifecycle_state Gets the lifecycle_state of this ExadataInfrastructureLifecycleStateValues.

Methods

__init__(**kwargs) Initializes a new ExadataInfrastructureLifecycleStateValues object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a ExadataInfrastructureLifecycleStateValues. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a ExadataInfrastructureLifecycleStateValues. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a ExadataInfrastructureLifecycleStateValues. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a ExadataInfrastructureLifecycleStateValues. This constant has a value of “DELETING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a ExadataInfrastructureLifecycleStateValues. This constant has a value of “FAILED”

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

A constant which can be used with the lifecycle_state property of a ExadataInfrastructureLifecycleStateValues. This constant has a value of “INACTIVE”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_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:lifecycle_state (str) – The value to assign to the lifecycle_state property of this ExadataInfrastructureLifecycleStateValues. Allowed values for this property are: “CREATING”, “ACTIVE”, “INACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”
lifecycle_state

Gets the lifecycle_state of this ExadataInfrastructureLifecycleStateValues. The current lifecycle state of the database resource.

Allowed values for this property are: “CREATING”, “ACTIVE”, “INACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”

Returns:The lifecycle_state of this ExadataInfrastructureLifecycleStateValues.
Return type:str