MaintenanceRunSummary¶
-
class
oci.datacc.models.MaintenanceRunSummary(**kwargs)¶ Bases:
objectSummary of a maintenance run.
Attributes
LIFECYCLE_STATE_CANCELEDA constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. LIFECYCLE_STATE_CREATINGA constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. LIFECYCLE_STATE_DELETEDA constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. LIFECYCLE_STATE_DELETINGA constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. LIFECYCLE_STATE_FAILEDA constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. LIFECYCLE_STATE_IN_PROGRESSA constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. LIFECYCLE_STATE_PARTIAL_SUCCESSA constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. LIFECYCLE_STATE_SCHEDULEDA constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. LIFECYCLE_STATE_SKIPPEDA constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. LIFECYCLE_STATE_SUCCEEDEDA constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. LIFECYCLE_STATE_UPDATINGA constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. MAINTENANCE_SUBTYPE_CPS_SERVICES_UPDATEA constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. MAINTENANCE_SUBTYPE_CPS_VM_UPDATEA constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. MAINTENANCE_SUBTYPE_CRITICALA constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. MAINTENANCE_SUBTYPE_DAILYA constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. MAINTENANCE_SUBTYPE_HALFYEARLYA constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. MAINTENANCE_SUBTYPE_HARDWAREA constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. MAINTENANCE_SUBTYPE_INFRA_UPDATEA constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. MAINTENANCE_SUBTYPE_MONTHLYA constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. MAINTENANCE_SUBTYPE_QUARTERLYA constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. MAINTENANCE_SUBTYPE_SECURITY_MONTHLYA constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. MAINTENANCE_SUBTYPE_YEARLYA constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. MAINTENANCE_TYPE_PLANNEDA constant which can be used with the maintenance_type property of a MaintenanceRunSummary. MAINTENANCE_TYPE_UNPLANNEDA constant which can be used with the maintenance_type property of a MaintenanceRunSummary. PATCHING_MODE_NONROLLINGA constant which can be used with the patching_mode property of a MaintenanceRunSummary. PATCHING_MODE_ROLLINGA constant which can be used with the patching_mode property of a MaintenanceRunSummary. PATCHING_STATUS_COMPLETEA constant which can be used with the patching_status property of a MaintenanceRunSummary. PATCHING_STATUS_CREATINGA constant which can be used with the patching_status property of a MaintenanceRunSummary. PATCHING_STATUS_FAILEDA constant which can be used with the patching_status property of a MaintenanceRunSummary. PATCHING_STATUS_PATCHINGA constant which can be used with the patching_status property of a MaintenanceRunSummary. PATCHING_STATUS_SCHEDULEDA constant which can be used with the patching_status property of a MaintenanceRunSummary. PATCHING_STATUS_WAITINGA constant which can be used with the patching_status property of a MaintenanceRunSummary. TARGET_RESOURCE_TYPE_DB_CC_INFRASTRUCTUREA constant which can be used with the target_resource_type property of a MaintenanceRunSummary. compartment_id[Required] Gets the compartment_id of this MaintenanceRunSummary. current_patching_componentGets the current_patching_component of this MaintenanceRunSummary. custom_action_timeout_in_minsGets the custom_action_timeout_in_mins of this MaintenanceRunSummary. defined_tagsGets the defined_tags of this MaintenanceRunSummary. descriptionGets the description of this MaintenanceRunSummary. display_name[Required] Gets the display_name of this MaintenanceRunSummary. estimated_component_patching_start_timeGets the estimated_component_patching_start_time of this MaintenanceRunSummary. estimated_patching_timeGets the estimated_patching_time of this MaintenanceRunSummary. freeform_tagsGets the freeform_tags of this MaintenanceRunSummary. id[Required] Gets the id of this MaintenanceRunSummary. infrastructure_idGets the infrastructure_id of this MaintenanceRunSummary. initial_scheduled_timeGets the initial_scheduled_time of this MaintenanceRunSummary. is_custom_action_timeout_enabledGets the is_custom_action_timeout_enabled of this MaintenanceRunSummary. lifecycle_detailsGets the lifecycle_details of this MaintenanceRunSummary. lifecycle_state[Required] Gets the lifecycle_state of this MaintenanceRunSummary. maintenance_subtypeGets the maintenance_subtype of this MaintenanceRunSummary. maintenance_typeGets the maintenance_type of this MaintenanceRunSummary. patch_failure_countGets the patch_failure_count of this MaintenanceRunSummary. patch_identifierGets the patch_identifier of this MaintenanceRunSummary. patching_end_timeGets the patching_end_time of this MaintenanceRunSummary. patching_modeGets the patching_mode of this MaintenanceRunSummary. patching_start_timeGets the patching_start_time of this MaintenanceRunSummary. patching_statusGets the patching_status of this MaintenanceRunSummary. source_versionGets the source_version of this MaintenanceRunSummary. system_tagsGets the system_tags of this MaintenanceRunSummary. target_resource_typeGets the target_resource_type of this MaintenanceRunSummary. target_versionGets the target_version of this MaintenanceRunSummary. time_endedGets the time_ended of this MaintenanceRunSummary. time_scheduled[Required] Gets the time_scheduled of this MaintenanceRunSummary. time_startedGets the time_started of this MaintenanceRunSummary. total_time_taken_in_minsGets the total_time_taken_in_mins of this MaintenanceRunSummary. Methods
__init__(**kwargs)Initializes a new MaintenanceRunSummary object with values from keyword arguments. -
LIFECYCLE_STATE_CANCELED= 'CANCELED'¶ A constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. This constant has a value of “CANCELED”
-
LIFECYCLE_STATE_CREATING= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_FAILED= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. 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 MaintenanceRunSummary. This constant has a value of “IN_PROGRESS”
-
LIFECYCLE_STATE_PARTIAL_SUCCESS= 'PARTIAL_SUCCESS'¶ A constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. This constant has a value of “PARTIAL_SUCCESS”
-
LIFECYCLE_STATE_SCHEDULED= 'SCHEDULED'¶ A constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. This constant has a value of “SCHEDULED”
-
LIFECYCLE_STATE_SKIPPED= 'SKIPPED'¶ A constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. This constant has a value of “SKIPPED”
-
LIFECYCLE_STATE_SUCCEEDED= 'SUCCEEDED'¶ A constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. This constant has a value of “SUCCEEDED”
-
LIFECYCLE_STATE_UPDATING= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a MaintenanceRunSummary. This constant has a value of “UPDATING”
-
MAINTENANCE_SUBTYPE_CPS_SERVICES_UPDATE= 'CPS_SERVICES_UPDATE'¶ A constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. This constant has a value of “CPS_SERVICES_UPDATE”
-
MAINTENANCE_SUBTYPE_CPS_VM_UPDATE= 'CPS_VM_UPDATE'¶ A constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. This constant has a value of “CPS_VM_UPDATE”
-
MAINTENANCE_SUBTYPE_CRITICAL= 'CRITICAL'¶ A constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. This constant has a value of “CRITICAL”
-
MAINTENANCE_SUBTYPE_DAILY= 'DAILY'¶ A constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. This constant has a value of “DAILY”
-
MAINTENANCE_SUBTYPE_HALFYEARLY= 'HALFYEARLY'¶ A constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. This constant has a value of “HALFYEARLY”
-
MAINTENANCE_SUBTYPE_HARDWARE= 'HARDWARE'¶ A constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. This constant has a value of “HARDWARE”
-
MAINTENANCE_SUBTYPE_INFRA_UPDATE= 'INFRA_UPDATE'¶ A constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. This constant has a value of “INFRA_UPDATE”
-
MAINTENANCE_SUBTYPE_MONTHLY= 'MONTHLY'¶ A constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. This constant has a value of “MONTHLY”
-
MAINTENANCE_SUBTYPE_QUARTERLY= 'QUARTERLY'¶ A constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. This constant has a value of “QUARTERLY”
-
MAINTENANCE_SUBTYPE_SECURITY_MONTHLY= 'SECURITY_MONTHLY'¶ A constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. This constant has a value of “SECURITY_MONTHLY”
-
MAINTENANCE_SUBTYPE_YEARLY= 'YEARLY'¶ A constant which can be used with the maintenance_subtype property of a MaintenanceRunSummary. This constant has a value of “YEARLY”
-
MAINTENANCE_TYPE_PLANNED= 'PLANNED'¶ A constant which can be used with the maintenance_type property of a MaintenanceRunSummary. This constant has a value of “PLANNED”
-
MAINTENANCE_TYPE_UNPLANNED= 'UNPLANNED'¶ A constant which can be used with the maintenance_type property of a MaintenanceRunSummary. This constant has a value of “UNPLANNED”
-
PATCHING_MODE_NONROLLING= 'NONROLLING'¶ A constant which can be used with the patching_mode property of a MaintenanceRunSummary. This constant has a value of “NONROLLING”
-
PATCHING_MODE_ROLLING= 'ROLLING'¶ A constant which can be used with the patching_mode property of a MaintenanceRunSummary. This constant has a value of “ROLLING”
-
PATCHING_STATUS_COMPLETE= 'COMPLETE'¶ A constant which can be used with the patching_status property of a MaintenanceRunSummary. This constant has a value of “COMPLETE”
-
PATCHING_STATUS_CREATING= 'CREATING'¶ A constant which can be used with the patching_status property of a MaintenanceRunSummary. This constant has a value of “CREATING”
-
PATCHING_STATUS_FAILED= 'FAILED'¶ A constant which can be used with the patching_status property of a MaintenanceRunSummary. This constant has a value of “FAILED”
-
PATCHING_STATUS_PATCHING= 'PATCHING'¶ A constant which can be used with the patching_status property of a MaintenanceRunSummary. This constant has a value of “PATCHING”
-
PATCHING_STATUS_SCHEDULED= 'SCHEDULED'¶ A constant which can be used with the patching_status property of a MaintenanceRunSummary. This constant has a value of “SCHEDULED”
-
PATCHING_STATUS_WAITING= 'WAITING'¶ A constant which can be used with the patching_status property of a MaintenanceRunSummary. This constant has a value of “WAITING”
-
TARGET_RESOURCE_TYPE_DB_CC_INFRASTRUCTURE= 'DB_CC_INFRASTRUCTURE'¶ A constant which can be used with the target_resource_type property of a MaintenanceRunSummary. This constant has a value of “DB_CC_INFRASTRUCTURE”
-
__init__(**kwargs)¶ Initializes a new MaintenanceRunSummary object with values from keyword arguments. 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 MaintenanceRunSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this MaintenanceRunSummary.
- display_name (str) – The value to assign to the display_name property of this MaintenanceRunSummary.
- description (str) – The value to assign to the description property of this MaintenanceRunSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this MaintenanceRunSummary. Allowed values for this property are: “CREATING”, “SCHEDULED”, “IN_PROGRESS”, “SUCCEEDED”, “SKIPPED”, “FAILED”, “UPDATING”, “DELETING”, “DELETED”, “CANCELED”, “PARTIAL_SUCCESS”, ‘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 MaintenanceRunSummary.
- initial_scheduled_time (datetime) – The value to assign to the initial_scheduled_time property of this MaintenanceRunSummary.
- time_scheduled (datetime) – The value to assign to the time_scheduled property of this MaintenanceRunSummary.
- time_started (datetime) – The value to assign to the time_started property of this MaintenanceRunSummary.
- time_ended (datetime) – The value to assign to the time_ended property of this MaintenanceRunSummary.
- target_resource_type (str) – The value to assign to the target_resource_type property of this MaintenanceRunSummary. Allowed values for this property are: “DB_CC_INFRASTRUCTURE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- infrastructure_id (str) – The value to assign to the infrastructure_id property of this MaintenanceRunSummary.
- maintenance_type (str) – The value to assign to the maintenance_type property of this MaintenanceRunSummary. Allowed values for this property are: “PLANNED”, “UNPLANNED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- patch_identifier (str) – The value to assign to the patch_identifier property of this MaintenanceRunSummary.
- maintenance_subtype (str) – The value to assign to the maintenance_subtype property of this MaintenanceRunSummary. Allowed values for this property are: “YEARLY”, “HALFYEARLY”, “QUARTERLY”, “MONTHLY”, “DAILY”, “HARDWARE”, “CRITICAL”, “INFRA_UPDATE”, “CPS_SERVICES_UPDATE”, “CPS_VM_UPDATE”, “SECURITY_MONTHLY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- patching_mode (str) – The value to assign to the patching_mode property of this MaintenanceRunSummary. Allowed values for this property are: “ROLLING”, “NONROLLING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- patch_failure_count (int) – The value to assign to the patch_failure_count property of this MaintenanceRunSummary.
- source_version (str) – The value to assign to the source_version property of this MaintenanceRunSummary.
- target_version (str) – The value to assign to the target_version property of this MaintenanceRunSummary.
- is_custom_action_timeout_enabled (bool) – The value to assign to the is_custom_action_timeout_enabled property of this MaintenanceRunSummary.
- custom_action_timeout_in_mins (int) – The value to assign to the custom_action_timeout_in_mins property of this MaintenanceRunSummary.
- patching_status (str) – The value to assign to the patching_status property of this MaintenanceRunSummary. Allowed values for this property are: “CREATING”, “PATCHING”, “WAITING”, “SCHEDULED”, “COMPLETE”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- patching_start_time (datetime) – The value to assign to the patching_start_time property of this MaintenanceRunSummary.
- patching_end_time (datetime) – The value to assign to the patching_end_time property of this MaintenanceRunSummary.
- estimated_patching_time (int) – The value to assign to the estimated_patching_time property of this MaintenanceRunSummary.
- current_patching_component (str) – The value to assign to the current_patching_component property of this MaintenanceRunSummary.
- estimated_component_patching_start_time (datetime) – The value to assign to the estimated_component_patching_start_time property of this MaintenanceRunSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this MaintenanceRunSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this MaintenanceRunSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this MaintenanceRunSummary.
- total_time_taken_in_mins (int) – The value to assign to the total_time_taken_in_mins property of this MaintenanceRunSummary.
-
compartment_id¶ [Required] Gets the compartment_id of this MaintenanceRunSummary. The OCID of the compartment.
Returns: The compartment_id of this MaintenanceRunSummary. Return type: str
-
current_patching_component¶ Gets the current_patching_component of this MaintenanceRunSummary. The name of the current infrastructure component that is getting patched.
Returns: The current_patching_component of this MaintenanceRunSummary. Return type: str
-
custom_action_timeout_in_mins¶ Gets the custom_action_timeout_in_mins of this MaintenanceRunSummary. Determines the amount of time the system will wait before the start of each compute server patching operation. Supported values are 15 to 120 minutes.
Returns: The custom_action_timeout_in_mins of this MaintenanceRunSummary. Return type: int
Gets the defined_tags of this MaintenanceRunSummary. 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 MaintenanceRunSummary. Return type: dict(str, dict(str, object))
-
description¶ Gets the description of this MaintenanceRunSummary. Description of the maintenance run.
Returns: The description of this MaintenanceRunSummary. Return type: str
-
display_name¶ [Required] Gets the display_name of this MaintenanceRunSummary. The user-friendly name for the maintenance run.
Returns: The display_name of this MaintenanceRunSummary. Return type: str
-
estimated_component_patching_start_time¶ Gets the estimated_component_patching_start_time of this MaintenanceRunSummary. The estimated start time of the next infrastructure component patching operation.
Returns: The estimated_component_patching_start_time of this MaintenanceRunSummary. Return type: datetime
-
estimated_patching_time¶ Gets the estimated_patching_time of this MaintenanceRunSummary. The estimated total time required in minutes for all patching operations (compute servers, storage).
Returns: The estimated_patching_time of this MaintenanceRunSummary. Return type: int
Gets the freeform_tags of this MaintenanceRunSummary. Simple key-value pair that is applied without any predefined name, type or scope. This tag option exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this MaintenanceRunSummary. Return type: dict(str, str)
-
id¶ [Required] Gets the id of this MaintenanceRunSummary. The OCID of the maintenance run.
Returns: The id of this MaintenanceRunSummary. Return type: str
-
infrastructure_id¶ Gets the infrastructure_id of this MaintenanceRunSummary. The OCID of the Database Infrastructure on which the maintenance run execution occurs.
Returns: The infrastructure_id of this MaintenanceRunSummary. Return type: str
-
initial_scheduled_time¶ Gets the initial_scheduled_time of this MaintenanceRunSummary. The date and time the maintenance run was originally scheduled.
Returns: The initial_scheduled_time of this MaintenanceRunSummary. Return type: datetime
-
is_custom_action_timeout_enabled¶ Gets the is_custom_action_timeout_enabled of this MaintenanceRunSummary. If true, enables the configuration of a custom action timeout (waiting period) between compute servers patching operations.
Returns: The is_custom_action_timeout_enabled of this MaintenanceRunSummary. Return type: bool
-
lifecycle_details¶ Gets the lifecycle_details of this MaintenanceRunSummary. Additional information about the current lifecycle state.
Returns: The lifecycle_details of this MaintenanceRunSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this MaintenanceRunSummary. The current state of the maintenance run.
Allowed values for this property are: “CREATING”, “SCHEDULED”, “IN_PROGRESS”, “SUCCEEDED”, “SKIPPED”, “FAILED”, “UPDATING”, “DELETING”, “DELETED”, “CANCELED”, “PARTIAL_SUCCESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this MaintenanceRunSummary. Return type: str
-
maintenance_subtype¶ Gets the maintenance_subtype of this MaintenanceRunSummary. Maintenance run sub-type.
Allowed values for this property are: “YEARLY”, “HALFYEARLY”, “QUARTERLY”, “MONTHLY”, “DAILY”, “HARDWARE”, “CRITICAL”, “INFRA_UPDATE”, “CPS_SERVICES_UPDATE”, “CPS_VM_UPDATE”, “SECURITY_MONTHLY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The maintenance_subtype of this MaintenanceRunSummary. Return type: str
-
maintenance_type¶ Gets the maintenance_type of this MaintenanceRunSummary. Maintenance type.
Allowed values for this property are: “PLANNED”, “UNPLANNED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The maintenance_type of this MaintenanceRunSummary. Return type: str
-
patch_failure_count¶ Gets the patch_failure_count of this MaintenanceRunSummary. Contain the patch failure count.
Returns: The patch_failure_count of this MaintenanceRunSummary. Return type: int
-
patch_identifier¶ Gets the patch_identifier of this MaintenanceRunSummary. The unique identifier of the patch. The identifier string includes the patch type and the version of the Database Infrastructure.
Returns: The patch_identifier of this MaintenanceRunSummary. Return type: str
-
patching_end_time¶ Gets the patching_end_time of this MaintenanceRunSummary. The time when the patching operation ended.
Returns: The patching_end_time of this MaintenanceRunSummary. Return type: datetime
-
patching_mode¶ Gets the patching_mode of this MaintenanceRunSummary. Database Infrastructure patching mode, either “ROLLING” or “NONROLLING”. Default value is ROLLING.
Allowed values for this property are: “ROLLING”, “NONROLLING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The patching_mode of this MaintenanceRunSummary. Return type: str
-
patching_start_time¶ Gets the patching_start_time of this MaintenanceRunSummary. The time when the patching operation started.
Returns: The patching_start_time of this MaintenanceRunSummary. Return type: datetime
-
patching_status¶ Gets the patching_status of this MaintenanceRunSummary. The status of the patching operation.
Allowed values for this property are: “CREATING”, “PATCHING”, “WAITING”, “SCHEDULED”, “COMPLETE”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The patching_status of this MaintenanceRunSummary. Return type: str
-
source_version¶ Gets the source_version of this MaintenanceRunSummary. The source software version for the Database Infrastructure.
Returns: The source_version of this MaintenanceRunSummary. Return type: str
Gets the system_tags of this MaintenanceRunSummary. 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 MaintenanceRunSummary. Return type: dict(str, dict(str, object))
-
target_resource_type¶ Gets the target_resource_type of this MaintenanceRunSummary. The type of the target resource on which the maintenance run occurs.
Allowed values for this property are: “DB_CC_INFRASTRUCTURE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The target_resource_type of this MaintenanceRunSummary. Return type: str
-
target_version¶ Gets the target_version of this MaintenanceRunSummary. The target software version for the Database Infrastructure patching operation.
Returns: The target_version of this MaintenanceRunSummary. Return type: str
-
time_ended¶ Gets the time_ended of this MaintenanceRunSummary. The date and time the maintenance run was completed.
Returns: The time_ended of this MaintenanceRunSummary. Return type: datetime
-
time_scheduled¶ [Required] Gets the time_scheduled of this MaintenanceRunSummary. The date and time the maintenance run is scheduled to occur.
Returns: The time_scheduled of this MaintenanceRunSummary. Return type: datetime
-
time_started¶ Gets the time_started of this MaintenanceRunSummary. The date and time the maintenance run starts.
Returns: The time_started of this MaintenanceRunSummary. Return type: datetime
-
total_time_taken_in_mins¶ Gets the total_time_taken_in_mins of this MaintenanceRunSummary. The total time taken by corresponding resource activity in minutes.
Returns: The total_time_taken_in_mins of this MaintenanceRunSummary. Return type: int
-