FsuJobSummary

class oci.fleet_software_update.models.FsuJobSummary(**kwargs)

Bases: object

Exadata Fleet Update Job resource.

Attributes

LIFECYCLE_STATE_ACCEPTED A constant which can be used with the lifecycle_state property of a FsuJobSummary.
LIFECYCLE_STATE_CANCELED A constant which can be used with the lifecycle_state property of a FsuJobSummary.
LIFECYCLE_STATE_CANCELING A constant which can be used with the lifecycle_state property of a FsuJobSummary.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a FsuJobSummary.
LIFECYCLE_STATE_IN_PROGRESS A constant which can be used with the lifecycle_state property of a FsuJobSummary.
LIFECYCLE_STATE_NEEDS_ATTENTION A constant which can be used with the lifecycle_state property of a FsuJobSummary.
LIFECYCLE_STATE_SUCCEEDED A constant which can be used with the lifecycle_state property of a FsuJobSummary.
LIFECYCLE_STATE_TERMINATED A constant which can be used with the lifecycle_state property of a FsuJobSummary.
LIFECYCLE_STATE_UNKNOWN A constant which can be used with the lifecycle_state property of a FsuJobSummary.
LIFECYCLE_STATE_WAITING A constant which can be used with the lifecycle_state property of a FsuJobSummary.
TYPE_APPLY A constant which can be used with the type property of a FsuJobSummary.
TYPE_CLEANUP A constant which can be used with the type property of a FsuJobSummary.
TYPE_PRECHECK A constant which can be used with the type property of a FsuJobSummary.
TYPE_ROLLBACK_AND_REMOVE_TARGET A constant which can be used with the type property of a FsuJobSummary.
TYPE_STAGE A constant which can be used with the type property of a FsuJobSummary.
compartment_id Gets the compartment_id of this FsuJobSummary.
defined_tags Gets the defined_tags of this FsuJobSummary.
display_name Gets the display_name of this FsuJobSummary.
freeform_tags Gets the freeform_tags of this FsuJobSummary.
fsu_action_id Gets the fsu_action_id of this FsuJobSummary.
id Gets the id of this FsuJobSummary.
lifecycle_details Gets the lifecycle_details of this FsuJobSummary.
lifecycle_state Gets the lifecycle_state of this FsuJobSummary.
progress Gets the progress of this FsuJobSummary.
system_tags Gets the system_tags of this FsuJobSummary.
time_created Gets the time_created of this FsuJobSummary.
time_finished Gets the time_finished of this FsuJobSummary.
time_started Gets the time_started of this FsuJobSummary.
time_updated Gets the time_updated of this FsuJobSummary.
type [Required] Gets the type of this FsuJobSummary.

Methods

__init__(**kwargs) Initializes a new FsuJobSummary object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
LIFECYCLE_STATE_ACCEPTED = 'ACCEPTED'

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

LIFECYCLE_STATE_CANCELED = 'CANCELED'

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

LIFECYCLE_STATE_CANCELING = 'CANCELING'

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

LIFECYCLE_STATE_FAILED = 'FAILED'

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

LIFECYCLE_STATE_IN_PROGRESS = 'IN_PROGRESS'

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

LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'

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

LIFECYCLE_STATE_SUCCEEDED = 'SUCCEEDED'

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

LIFECYCLE_STATE_TERMINATED = 'TERMINATED'

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

LIFECYCLE_STATE_UNKNOWN = 'UNKNOWN'

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

LIFECYCLE_STATE_WAITING = 'WAITING'

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

TYPE_APPLY = 'APPLY'

A constant which can be used with the type property of a FsuJobSummary. This constant has a value of “APPLY”

TYPE_CLEANUP = 'CLEANUP'

A constant which can be used with the type property of a FsuJobSummary. This constant has a value of “CLEANUP”

TYPE_PRECHECK = 'PRECHECK'

A constant which can be used with the type property of a FsuJobSummary. This constant has a value of “PRECHECK”

TYPE_ROLLBACK_AND_REMOVE_TARGET = 'ROLLBACK_AND_REMOVE_TARGET'

A constant which can be used with the type property of a FsuJobSummary. This constant has a value of “ROLLBACK_AND_REMOVE_TARGET”

TYPE_STAGE = 'STAGE'

A constant which can be used with the type property of a FsuJobSummary. This constant has a value of “STAGE”

__init__(**kwargs)

Initializes a new FsuJobSummary object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this FsuJobSummary.
  • display_name (str) – The value to assign to the display_name property of this FsuJobSummary.
  • type (str) – The value to assign to the type property of this FsuJobSummary. Allowed values for this property are: “STAGE”, “PRECHECK”, “APPLY”, “ROLLBACK_AND_REMOVE_TARGET”, “CLEANUP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • compartment_id (str) – The value to assign to the compartment_id property of this FsuJobSummary.
  • fsu_action_id (str) – The value to assign to the fsu_action_id property of this FsuJobSummary.
  • progress (oci.fleet_software_update.models.JobProgress) – The value to assign to the progress property of this FsuJobSummary.
  • time_created (datetime) – The value to assign to the time_created property of this FsuJobSummary.
  • time_started (datetime) – The value to assign to the time_started property of this FsuJobSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this FsuJobSummary.
  • time_finished (datetime) – The value to assign to the time_finished property of this FsuJobSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this FsuJobSummary. Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “UNKNOWN”, “TERMINATED”, “FAILED”, “NEEDS_ATTENTION”, “SUCCEEDED”, “WAITING”, “CANCELING”, “CANCELED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this FsuJobSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this FsuJobSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this FsuJobSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this FsuJobSummary.
compartment_id

Gets the compartment_id of this FsuJobSummary. Compartment Identifier, this will map to the owner Exadata Fleet Update Action resource.

Returns:The compartment_id of this FsuJobSummary.
Return type:str
defined_tags

Gets the defined_tags of this FsuJobSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this FsuJobSummary.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this FsuJobSummary. Exadata Fleet Update Job display name.

Returns:The display_name of this FsuJobSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this FsuJobSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this FsuJobSummary.
Return type:dict(str, str)
fsu_action_id

Gets the fsu_action_id of this FsuJobSummary. OCID of the Exadata Fleet Update Action that this job is part of.

Returns:The fsu_action_id of this FsuJobSummary.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

id

Gets the id of this FsuJobSummary. OCID identifier for the Exadata Fleet Update Job.

Returns:The id of this FsuJobSummary.
Return type:str
lifecycle_details

Gets the lifecycle_details of this FsuJobSummary. A message describing the current state in more detail.

Returns:The lifecycle_details of this FsuJobSummary.
Return type:str
lifecycle_state

Gets the lifecycle_state of this FsuJobSummary. The current state of the Job.

Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “UNKNOWN”, “TERMINATED”, “FAILED”, “NEEDS_ATTENTION”, “SUCCEEDED”, “WAITING”, “CANCELING”, “CANCELED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this FsuJobSummary.
Return type:str
progress

Gets the progress of this FsuJobSummary.

Returns:The progress of this FsuJobSummary.
Return type:oci.fleet_software_update.models.JobProgress
system_tags

Gets the system_tags of this FsuJobSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this FsuJobSummary.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this FsuJobSummary. The time the Exadata Fleet Update Job was created. An RFC3339 formatted datetime string.

Returns:The time_created of this FsuJobSummary.
Return type:datetime
time_finished

Gets the time_finished of this FsuJobSummary. The time the Exadata Fleet Update Job completed execution. An RFC3339 formatted datetime string.

Returns:The time_finished of this FsuJobSummary.
Return type:datetime
time_started

Gets the time_started of this FsuJobSummary. The time the Exadata Fleet Update Job started execution. An RFC3339 formatted datetime string.

Returns:The time_started of this FsuJobSummary.
Return type:datetime
time_updated

Gets the time_updated of this FsuJobSummary. The time the Exadata Fleet Update Job was updated. An RFC3339 formatted datetime string.

Returns:The time_updated of this FsuJobSummary.
Return type:datetime
type

[Required] Gets the type of this FsuJobSummary. Exadata Fleet Update Job type.

Allowed values for this property are: “STAGE”, “PRECHECK”, “APPLY”, “ROLLBACK_AND_REMOVE_TARGET”, “CLEANUP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this FsuJobSummary.
Return type:str