CleanupAction

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

Bases: oci.fleet_software_update.models.fsu_action.FsuAction

Cleanup Exadata Fleet Update Action details. For a ‘DB’ Collection, Cleanup Action will attempt to remove unused source DBHomes for a completed Maintenance Cycle.

Attributes

LIFECYCLE_STATE_ACCEPTED str(object=’’) -> str
LIFECYCLE_STATE_CANCELED str(object=’’) -> str
LIFECYCLE_STATE_CANCELING str(object=’’) -> str
LIFECYCLE_STATE_DELETED str(object=’’) -> str
LIFECYCLE_STATE_DELETING str(object=’’) -> str
LIFECYCLE_STATE_FAILED str(object=’’) -> str
LIFECYCLE_STATE_IN_PROGRESS str(object=’’) -> str
LIFECYCLE_STATE_NEEDS_ATTENTION str(object=’’) -> str
LIFECYCLE_STATE_SUCCEEDED str(object=’’) -> str
LIFECYCLE_STATE_UNKNOWN str(object=’’) -> str
LIFECYCLE_STATE_UPDATING str(object=’’) -> str
LIFECYCLE_STATE_WAITING str(object=’’) -> str
TYPE_APPLY str(object=’’) -> str
TYPE_CLEANUP str(object=’’) -> str
TYPE_PRECHECK str(object=’’) -> str
TYPE_ROLLBACK_AND_REMOVE_TARGET str(object=’’) -> str
TYPE_STAGE str(object=’’) -> str
compartment_id [Required] Gets the compartment_id of this FsuAction.
defined_tags Gets the defined_tags of this FsuAction.
display_name Gets the display_name of this FsuAction.
freeform_tags Gets the freeform_tags of this FsuAction.
fsu_cycle_id [Required] Gets the fsu_cycle_id of this CleanupAction.
id [Required] Gets the id of this FsuAction.
lifecycle_details Gets the lifecycle_details of this FsuAction.
lifecycle_state [Required] Gets the lifecycle_state of this FsuAction.
progress Gets the progress of this CleanupAction.
related_fsu_action_id Gets the related_fsu_action_id of this CleanupAction.
schedule_details Gets the schedule_details of this CleanupAction.
system_tags Gets the system_tags of this FsuAction.
time_created [Required] Gets the time_created of this FsuAction.
time_finished Gets the time_finished of this FsuAction.
time_started Gets the time_started of this FsuAction.
time_updated Gets the time_updated of this FsuAction.
type [Required] Gets the type of this FsuAction.

Methods

__init__(**kwargs) Initializes a new CleanupAction 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'
LIFECYCLE_STATE_CANCELED = 'CANCELED'
LIFECYCLE_STATE_CANCELING = 'CANCELING'
LIFECYCLE_STATE_DELETED = 'DELETED'
LIFECYCLE_STATE_DELETING = 'DELETING'
LIFECYCLE_STATE_FAILED = 'FAILED'
LIFECYCLE_STATE_IN_PROGRESS = 'IN_PROGRESS'
LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'
LIFECYCLE_STATE_SUCCEEDED = 'SUCCEEDED'
LIFECYCLE_STATE_UNKNOWN = 'UNKNOWN'
LIFECYCLE_STATE_UPDATING = 'UPDATING'
LIFECYCLE_STATE_WAITING = 'WAITING'
TYPE_APPLY = 'APPLY'
TYPE_CLEANUP = 'CLEANUP'
TYPE_PRECHECK = 'PRECHECK'
TYPE_ROLLBACK_AND_REMOVE_TARGET = 'ROLLBACK_AND_REMOVE_TARGET'
TYPE_STAGE = 'STAGE'
__init__(**kwargs)

Initializes a new CleanupAction object with values from keyword arguments. The default value of the type attribute of this class is CLEANUP and it should not be changed. 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 CleanupAction.
  • display_name (str) – The value to assign to the display_name property of this CleanupAction.
  • compartment_id (str) – The value to assign to the compartment_id property of this CleanupAction.
  • type (str) – The value to assign to the type property of this CleanupAction. Allowed values for this property are: “STAGE”, “PRECHECK”, “APPLY”, “ROLLBACK_AND_REMOVE_TARGET”, “CLEANUP”
  • time_created (datetime) – The value to assign to the time_created property of this CleanupAction.
  • time_started (datetime) – The value to assign to the time_started property of this CleanupAction.
  • time_finished (datetime) – The value to assign to the time_finished property of this CleanupAction.
  • time_updated (datetime) – The value to assign to the time_updated property of this CleanupAction.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this CleanupAction. Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “WAITING”, “UPDATING”, “FAILED”, “NEEDS_ATTENTION”, “SUCCEEDED”, “CANCELING”, “CANCELED”, “UNKNOWN”, “DELETING”, “DELETED”
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this CleanupAction.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CleanupAction.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CleanupAction.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this CleanupAction.
  • fsu_cycle_id (str) – The value to assign to the fsu_cycle_id property of this CleanupAction.
  • related_fsu_action_id (str) – The value to assign to the related_fsu_action_id property of this CleanupAction.
  • schedule_details (oci.fleet_software_update.models.ScheduleDetails) – The value to assign to the schedule_details property of this CleanupAction.
  • progress (oci.fleet_software_update.models.FsuActionProgressDetails) – The value to assign to the progress property of this CleanupAction.
compartment_id

[Required] Gets the compartment_id of this FsuAction. Compartment Identifier.

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

Gets the defined_tags of this FsuAction. 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 FsuAction.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this FsuAction. Exadata Fleet Update Action display name.

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

Gets the freeform_tags of this FsuAction. 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 FsuAction.
Return type:dict(str, str)
fsu_cycle_id

[Required] Gets the fsu_cycle_id of this CleanupAction. OCID identifier for the Exadata Fleet Update Cycle the Action will be part of.

Returns:The fsu_cycle_id of this CleanupAction.
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

[Required] Gets the id of this FsuAction. OCID identifier for the Exadata Fleet Update Action.

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

Gets the lifecycle_details of this FsuAction. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

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

[Required] Gets the lifecycle_state of this FsuAction. The current state of the Exadata Fleet Update Action.

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

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

Gets the progress of this CleanupAction.

Returns:The progress of this CleanupAction.
Return type:oci.fleet_software_update.models.FsuActionProgressDetails
related_fsu_action_id

Gets the related_fsu_action_id of this CleanupAction. OCID identifier for the Exadata Fleet Update Action.

Returns:The related_fsu_action_id of this CleanupAction.
Return type:str
schedule_details

Gets the schedule_details of this CleanupAction.

Returns:The schedule_details of this CleanupAction.
Return type:oci.fleet_software_update.models.ScheduleDetails
system_tags

Gets the system_tags of this FsuAction. 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 FsuAction.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this FsuAction. The date and time the Action was created, as described in RFC 3339, section 14.29.

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

Gets the time_finished of this FsuAction. The date and time the Action was finished, as described in RFC 3339.

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

Gets the time_started of this FsuAction. The date and time the Action was started, as described in RFC 3339, section 14.29.

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

Gets the time_updated of this FsuAction. The date and time the Action was last updated, as described in RFC 3339, section 14.29.

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

[Required] Gets the type of this FsuAction. Type of Exadata Fleet Update Action.

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 FsuAction.
Return type:str