InstalledPatchSummary¶
-
class
oci.fleet_apps_management.models.InstalledPatchSummary(**kwargs)¶ Bases:
objectSummary information about an installed patches.
Attributes
SEVERITY_CRITICALA constant which can be used with the severity property of a InstalledPatchSummary. SEVERITY_HIGHA constant which can be used with the severity property of a InstalledPatchSummary. SEVERITY_LOWA constant which can be used with the severity property of a InstalledPatchSummary. SEVERITY_MEDIUMA constant which can be used with the severity property of a InstalledPatchSummary. patch_description[Required] Gets the patch_description of this InstalledPatchSummary. patch_id[Required] Gets the patch_id of this InstalledPatchSummary. patch_levelGets the patch_level of this InstalledPatchSummary. patch_name[Required] Gets the patch_name of this InstalledPatchSummary. patch_typeGets the patch_type of this InstalledPatchSummary. severityGets the severity of this InstalledPatchSummary. time_appliedGets the time_applied of this InstalledPatchSummary. time_releasedGets the time_released of this InstalledPatchSummary. Methods
__init__(**kwargs)Initializes a new InstalledPatchSummary object with values from keyword arguments. -
SEVERITY_CRITICAL= 'CRITICAL'¶ A constant which can be used with the severity property of a InstalledPatchSummary. This constant has a value of “CRITICAL”
-
SEVERITY_HIGH= 'HIGH'¶ A constant which can be used with the severity property of a InstalledPatchSummary. This constant has a value of “HIGH”
-
SEVERITY_LOW= 'LOW'¶ A constant which can be used with the severity property of a InstalledPatchSummary. This constant has a value of “LOW”
-
SEVERITY_MEDIUM= 'MEDIUM'¶ A constant which can be used with the severity property of a InstalledPatchSummary. This constant has a value of “MEDIUM”
-
__init__(**kwargs)¶ Initializes a new InstalledPatchSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - patch_id (str) – The value to assign to the patch_id property of this InstalledPatchSummary.
- patch_name (str) – The value to assign to the patch_name property of this InstalledPatchSummary.
- patch_description (str) – The value to assign to the patch_description property of this InstalledPatchSummary.
- time_applied (datetime) – The value to assign to the time_applied property of this InstalledPatchSummary.
- time_released (datetime) – The value to assign to the time_released property of this InstalledPatchSummary.
- patch_type (str) – The value to assign to the patch_type property of this InstalledPatchSummary.
- patch_level (str) – The value to assign to the patch_level property of this InstalledPatchSummary.
- severity (str) – The value to assign to the severity property of this InstalledPatchSummary. Allowed values for this property are: “CRITICAL”, “HIGH”, “MEDIUM”, “LOW”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
patch_description¶ [Required] Gets the patch_description of this InstalledPatchSummary. Description of the patch
Returns: The patch_description of this InstalledPatchSummary. Return type: str
-
patch_id¶ [Required] Gets the patch_id of this InstalledPatchSummary. The OCID of the patch.
Returns: The patch_id of this InstalledPatchSummary. Return type: str
-
patch_level¶ Gets the patch_level of this InstalledPatchSummary. Patch Name.
Returns: The patch_level of this InstalledPatchSummary. Return type: str
-
patch_name¶ [Required] Gets the patch_name of this InstalledPatchSummary. Name of the patch
Returns: The patch_name of this InstalledPatchSummary. Return type: str
-
patch_type¶ Gets the patch_type of this InstalledPatchSummary. Description of the patch
Returns: The patch_type of this InstalledPatchSummary. Return type: str
-
severity¶ Gets the severity of this InstalledPatchSummary. Patch Severity.
Allowed values for this property are: “CRITICAL”, “HIGH”, “MEDIUM”, “LOW”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The severity of this InstalledPatchSummary. Return type: str
-
time_applied¶ Gets the time_applied of this InstalledPatchSummary. Date on which the patch was applied to the target
Returns: The time_applied of this InstalledPatchSummary. Return type: datetime
-
time_released¶ Gets the time_released of this InstalledPatchSummary. Date on which the patch was released
Returns: The time_released of this InstalledPatchSummary. Return type: datetime
-