JobExecutionsStatusSummary

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

Bases: object

A summary of the status of the job executions.

Attributes

STATUS_FAILED A constant which can be used with the status property of a JobExecutionsStatusSummary.
STATUS_IN_PROGRESS A constant which can be used with the status property of a JobExecutionsStatusSummary.
STATUS_SUCCEEDED A constant which can be used with the status property of a JobExecutionsStatusSummary.
count [Required] Gets the count of this JobExecutionsStatusSummary.
status [Required] Gets the status of this JobExecutionsStatusSummary.

Methods

__init__(**kwargs) Initializes a new JobExecutionsStatusSummary object with values from keyword arguments.
STATUS_FAILED = 'FAILED'

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

STATUS_IN_PROGRESS = 'IN_PROGRESS'

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

STATUS_SUCCEEDED = 'SUCCEEDED'

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

__init__(**kwargs)

Initializes a new JobExecutionsStatusSummary 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 JobExecutionsStatusSummary. Allowed values for this property are: “SUCCEEDED”, “FAILED”, “IN_PROGRESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • count (int) – The value to assign to the count property of this JobExecutionsStatusSummary.
count

[Required] Gets the count of this JobExecutionsStatusSummary. The number of job executions of a particular status.

Returns:The count of this JobExecutionsStatusSummary.
Return type:int
status

[Required] Gets the status of this JobExecutionsStatusSummary. The status of the job execution.

Allowed values for this property are: “SUCCEEDED”, “FAILED”, “IN_PROGRESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

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