FusionEnvironmentStatus

class oci.fusion_apps.models.FusionEnvironmentStatus(**kwargs)

Bases: object

The health status of the Fusion Applications environment. For more information, see Environment Status.

Attributes

STATUS_AVAILABLE A constant which can be used with the status property of a FusionEnvironmentStatus.
STATUS_MAINTENANCE_IN_PROGRESS A constant which can be used with the status property of a FusionEnvironmentStatus.
STATUS_NOT_APPLICABLE A constant which can be used with the status property of a FusionEnvironmentStatus.
STATUS_REFRESH_IN_PROGRESS A constant which can be used with the status property of a FusionEnvironmentStatus.
STATUS_UNAVAILABLE A constant which can be used with the status property of a FusionEnvironmentStatus.
STATUS_UNKNOWN A constant which can be used with the status property of a FusionEnvironmentStatus.
status [Required] Gets the status of this FusionEnvironmentStatus.

Methods

__init__(**kwargs) Initializes a new FusionEnvironmentStatus object with values from keyword arguments.
STATUS_AVAILABLE = 'AVAILABLE'

A constant which can be used with the status property of a FusionEnvironmentStatus. This constant has a value of “AVAILABLE”

STATUS_MAINTENANCE_IN_PROGRESS = 'MAINTENANCE_IN_PROGRESS'

A constant which can be used with the status property of a FusionEnvironmentStatus. This constant has a value of “MAINTENANCE_IN_PROGRESS”

STATUS_NOT_APPLICABLE = 'NOT_APPLICABLE'

A constant which can be used with the status property of a FusionEnvironmentStatus. This constant has a value of “NOT_APPLICABLE”

STATUS_REFRESH_IN_PROGRESS = 'REFRESH_IN_PROGRESS'

A constant which can be used with the status property of a FusionEnvironmentStatus. This constant has a value of “REFRESH_IN_PROGRESS”

STATUS_UNAVAILABLE = 'UNAVAILABLE'

A constant which can be used with the status property of a FusionEnvironmentStatus. This constant has a value of “UNAVAILABLE”

STATUS_UNKNOWN = 'UNKNOWN'

A constant which can be used with the status property of a FusionEnvironmentStatus. This constant has a value of “UNKNOWN”

__init__(**kwargs)

Initializes a new FusionEnvironmentStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:status (str) – The value to assign to the status property of this FusionEnvironmentStatus. Allowed values for this property are: “AVAILABLE”, “UNAVAILABLE”, “NOT_APPLICABLE”, “MAINTENANCE_IN_PROGRESS”, “REFRESH_IN_PROGRESS”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
status

[Required] Gets the status of this FusionEnvironmentStatus. The data plane status of FusionEnvironment.

Allowed values for this property are: “AVAILABLE”, “UNAVAILABLE”, “NOT_APPLICABLE”, “MAINTENANCE_IN_PROGRESS”, “REFRESH_IN_PROGRESS”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this FusionEnvironmentStatus.
Return type:str