ResourcesPatchComplianceSummary¶
-
class
oci.dblm.models.
ResourcesPatchComplianceSummary
(**kwargs)¶ Bases:
object
Summary of resources and their patch compliance.
Methods
__init__
(**kwargs)Initializes a new ResourcesPatchComplianceSummary object with values from keyword arguments. Attributes
non_compliant_resources_count
Gets the non_compliant_resources_count of this ResourcesPatchComplianceSummary. not_dblm_registered_resources_count
Gets the not_dblm_registered_resources_count of this ResourcesPatchComplianceSummary. not_subscribed_resources_count
Gets the not_subscribed_resources_count of this ResourcesPatchComplianceSummary. total_resources_count
Gets the total_resources_count of this ResourcesPatchComplianceSummary. up_to_date_resources_count
Gets the up_to_date_resources_count of this ResourcesPatchComplianceSummary. -
__init__
(**kwargs)¶ Initializes a new ResourcesPatchComplianceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - total_resources_count (int) – The value to assign to the total_resources_count property of this ResourcesPatchComplianceSummary.
- up_to_date_resources_count (int) – The value to assign to the up_to_date_resources_count property of this ResourcesPatchComplianceSummary.
- non_compliant_resources_count (int) – The value to assign to the non_compliant_resources_count property of this ResourcesPatchComplianceSummary.
- not_subscribed_resources_count (int) – The value to assign to the not_subscribed_resources_count property of this ResourcesPatchComplianceSummary.
- not_dblm_registered_resources_count (int) – The value to assign to the not_dblm_registered_resources_count property of this ResourcesPatchComplianceSummary.
-
non_compliant_resources_count
¶ Gets the non_compliant_resources_count of this ResourcesPatchComplianceSummary. Total number of non-compliant resources.
Returns: The non_compliant_resources_count of this ResourcesPatchComplianceSummary. Return type: int
-
not_dblm_registered_resources_count
¶ Gets the not_dblm_registered_resources_count of this ResourcesPatchComplianceSummary. Total number of resources that are not registered to DBLM.
Returns: The not_dblm_registered_resources_count of this ResourcesPatchComplianceSummary. Return type: int
-
not_subscribed_resources_count
¶ Gets the not_subscribed_resources_count of this ResourcesPatchComplianceSummary. Total number of resources that are not subscribed.
Returns: The not_subscribed_resources_count of this ResourcesPatchComplianceSummary. Return type: int
-
total_resources_count
¶ Gets the total_resources_count of this ResourcesPatchComplianceSummary. Total number of resources.
Returns: The total_resources_count of this ResourcesPatchComplianceSummary. Return type: int
-
up_to_date_resources_count
¶ Gets the up_to_date_resources_count of this ResourcesPatchComplianceSummary. Total number of resources that are up to date.
Returns: The up_to_date_resources_count of this ResourcesPatchComplianceSummary. Return type: int
-