DblmPatchManagement¶
-
class
oci.dblm.models.
DblmPatchManagement
(**kwargs)¶ Bases:
object
Description of PatchManagement.
Attributes
LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a DblmPatchManagement. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a DblmPatchManagement. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a DblmPatchManagement. LIFECYCLE_STATE_NEEDS_ATTENTION
A constant which can be used with the lifecycle_state property of a DblmPatchManagement. compartment_id
[Required] Gets the compartment_id of this DblmPatchManagement. defined_tags
Gets the defined_tags of this DblmPatchManagement. freeform_tags
Gets the freeform_tags of this DblmPatchManagement. images_patch_recommendation_summary
Gets the images_patch_recommendation_summary of this DblmPatchManagement. lifecycle_state
Gets the lifecycle_state of this DblmPatchManagement. message
Gets the message of this DblmPatchManagement. patch_operations_summary
Gets the patch_operations_summary of this DblmPatchManagement. resources
Gets the resources of this DblmPatchManagement. resources_patch_compliance_summary
Gets the resources_patch_compliance_summary of this DblmPatchManagement. system_tags
Gets the system_tags of this DblmPatchManagement. time_enabled
Gets the time_enabled of this DblmPatchManagement. Methods
__init__
(**kwargs)Initializes a new DblmPatchManagement object with values from keyword arguments. -
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a DblmPatchManagement. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a DblmPatchManagement. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a DblmPatchManagement. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_NEEDS_ATTENTION
= 'NEEDS_ATTENTION'¶ A constant which can be used with the lifecycle_state property of a DblmPatchManagement. This constant has a value of “NEEDS_ATTENTION”
-
__init__
(**kwargs)¶ Initializes a new DblmPatchManagement object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this DblmPatchManagement.
- resources (list[oci.dblm.models.ResourceInfo]) – The value to assign to the resources property of this DblmPatchManagement.
- message (str) – The value to assign to the message property of this DblmPatchManagement.
- time_enabled (datetime) – The value to assign to the time_enabled property of this DblmPatchManagement.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this DblmPatchManagement. Allowed values for this property are: “CREATING”, “ACTIVE”, “FAILED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- patch_operations_summary (object) – The value to assign to the patch_operations_summary property of this DblmPatchManagement.
- images_patch_recommendation_summary (object) – The value to assign to the images_patch_recommendation_summary property of this DblmPatchManagement.
- resources_patch_compliance_summary (object) – The value to assign to the resources_patch_compliance_summary property of this DblmPatchManagement.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this DblmPatchManagement.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this DblmPatchManagement.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this DblmPatchManagement.
-
compartment_id
¶ [Required] Gets the compartment_id of this DblmPatchManagement. Compartment Identifier
Returns: The compartment_id of this DblmPatchManagement. Return type: str
Gets the defined_tags of this DblmPatchManagement. 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 DblmPatchManagement. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this DblmPatchManagement. 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 DblmPatchManagement. Return type: dict(str, str)
-
images_patch_recommendation_summary
¶ Gets the images_patch_recommendation_summary of this DblmPatchManagement. Summary of image patches recommended to install.
Returns: The images_patch_recommendation_summary of this DblmPatchManagement. Return type: object
-
lifecycle_state
¶ Gets the lifecycle_state of this DblmPatchManagement. The current state of the feature.
Allowed values for this property are: “CREATING”, “ACTIVE”, “FAILED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this DblmPatchManagement. Return type: str
-
message
¶ Gets the message of this DblmPatchManagement. A message describing the status of the feature’s state
Returns: The message of this DblmPatchManagement. Return type: str
-
patch_operations_summary
¶ Gets the patch_operations_summary of this DblmPatchManagement. Summary of patch operations.
Returns: The patch_operations_summary of this DblmPatchManagement. Return type: object
-
resources
¶ Gets the resources of this DblmPatchManagement. resources objects
Returns: The resources of this DblmPatchManagement. Return type: list[oci.dblm.models.ResourceInfo]
-
resources_patch_compliance_summary
¶ Gets the resources_patch_compliance_summary of this DblmPatchManagement. Summary of image patches to be compliant to install.
Returns: The resources_patch_compliance_summary of this DblmPatchManagement. Return type: object
Gets the system_tags of this DblmPatchManagement. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this DblmPatchManagement. Return type: dict(str, dict(str, object))
-
time_enabled
¶ Gets the time_enabled of this DblmPatchManagement. The time the Vulnerability was enabled. An RFC3339 formatted datetime string.
Returns: The time_enabled of this DblmPatchManagement. Return type: datetime
-