PatchOperationsSummary¶
-
class
oci.dblm.models.
PatchOperationsSummary
(**kwargs)¶ Bases:
object
Patch operation list summary by status record.
Methods
__init__
(**kwargs)Initializes a new PatchOperationsSummary object with values from keyword arguments. Attributes
failed_patch_ops_count
Gets the failed_patch_ops_count of this PatchOperationsSummary. running_patch_ops_count
Gets the running_patch_ops_count of this PatchOperationsSummary. scheduled_patch_ops_count
Gets the scheduled_patch_ops_count of this PatchOperationsSummary. successful_patch_ops_count
Gets the successful_patch_ops_count of this PatchOperationsSummary. warnings_patch_ops_count
Gets the warnings_patch_ops_count of this PatchOperationsSummary. -
__init__
(**kwargs)¶ Initializes a new PatchOperationsSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - scheduled_patch_ops_count (int) – The value to assign to the scheduled_patch_ops_count property of this PatchOperationsSummary.
- running_patch_ops_count (int) – The value to assign to the running_patch_ops_count property of this PatchOperationsSummary.
- successful_patch_ops_count (int) – The value to assign to the successful_patch_ops_count property of this PatchOperationsSummary.
- warnings_patch_ops_count (int) – The value to assign to the warnings_patch_ops_count property of this PatchOperationsSummary.
- failed_patch_ops_count (int) – The value to assign to the failed_patch_ops_count property of this PatchOperationsSummary.
-
failed_patch_ops_count
¶ Gets the failed_patch_ops_count of this PatchOperationsSummary. Total number of failed Patch operations.
Returns: The failed_patch_ops_count of this PatchOperationsSummary. Return type: int
-
running_patch_ops_count
¶ Gets the running_patch_ops_count of this PatchOperationsSummary. Total number of in progress Patch operations.
Returns: The running_patch_ops_count of this PatchOperationsSummary. Return type: int
-
scheduled_patch_ops_count
¶ Gets the scheduled_patch_ops_count of this PatchOperationsSummary. Total number of scheduled Patch operations.
Returns: The scheduled_patch_ops_count of this PatchOperationsSummary. Return type: int
-
successful_patch_ops_count
¶ Gets the successful_patch_ops_count of this PatchOperationsSummary. Total number of successful Patch operations.
Returns: The successful_patch_ops_count of this PatchOperationsSummary. Return type: int
-
warnings_patch_ops_count
¶ Gets the warnings_patch_ops_count of this PatchOperationsSummary. Total number of Patch operations that have warnings.
Returns: The warnings_patch_ops_count of this PatchOperationsSummary. Return type: int
-