InventoryRecordPatchDetails¶
-
class
oci.fleet_apps_management.models.InventoryRecordPatchDetails(**kwargs)¶ Bases:
objectDetails about an installed patch on the target
Methods
__init__(**kwargs)Initializes a new InventoryRecordPatchDetails object with values from keyword arguments. Attributes
patch_description[Required] Gets the patch_description of this InventoryRecordPatchDetails. patch_idGets the patch_id of this InventoryRecordPatchDetails. patch_levelGets the patch_level of this InventoryRecordPatchDetails. patch_name[Required] Gets the patch_name of this InventoryRecordPatchDetails. patch_type[Required] Gets the patch_type of this InventoryRecordPatchDetails. time_applied[Required] Gets the time_applied of this InventoryRecordPatchDetails. time_releasedGets the time_released of this InventoryRecordPatchDetails. -
__init__(**kwargs)¶ Initializes a new InventoryRecordPatchDetails 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 InventoryRecordPatchDetails.
- patch_name (str) – The value to assign to the patch_name property of this InventoryRecordPatchDetails.
- patch_description (str) – The value to assign to the patch_description property of this InventoryRecordPatchDetails.
- time_applied (datetime) – The value to assign to the time_applied property of this InventoryRecordPatchDetails.
- patch_type (str) – The value to assign to the patch_type property of this InventoryRecordPatchDetails.
- time_released (datetime) – The value to assign to the time_released property of this InventoryRecordPatchDetails.
- patch_level (str) – The value to assign to the patch_level property of this InventoryRecordPatchDetails.
-
patch_description¶ [Required] Gets the patch_description of this InventoryRecordPatchDetails. Description for the installed patch
Returns: The patch_description of this InventoryRecordPatchDetails. Return type: str
-
patch_id¶ Gets the patch_id of this InventoryRecordPatchDetails. OCID of the installed patch
Returns: The patch_id of this InventoryRecordPatchDetails. Return type: str
-
patch_level¶ Gets the patch_level of this InventoryRecordPatchDetails. Patch Level.
Returns: The patch_level of this InventoryRecordPatchDetails. Return type: str
-
patch_name¶ [Required] Gets the patch_name of this InventoryRecordPatchDetails. Name of the installed patch
Returns: The patch_name of this InventoryRecordPatchDetails. Return type: str
-
patch_type¶ [Required] Gets the patch_type of this InventoryRecordPatchDetails. Type of patch applied
Returns: The patch_type of this InventoryRecordPatchDetails. Return type: str
-
time_applied¶ [Required] Gets the time_applied of this InventoryRecordPatchDetails. Date on which the patch was applied to the target
Returns: The time_applied of this InventoryRecordPatchDetails. Return type: datetime
-
time_released¶ Gets the time_released of this InventoryRecordPatchDetails. The date on which patch was released.
Returns: The time_released of this InventoryRecordPatchDetails. Return type: datetime
-