ResourceSummary

class oci.dblm.models.ResourceSummary(**kwargs)

Bases: object

Summary of dblm registered and unregistered resources.

Methods

__init__(**kwargs) Initializes a new ResourceSummary object with values from keyword arguments.

Attributes

clean_resources_count [Required] Gets the clean_resources_count of this ResourceSummary.
error_resources_count [Required] Gets the error_resources_count of this ResourceSummary.
not_registered_resources_count [Required] Gets the not_registered_resources_count of this ResourceSummary.
registered_resources_count [Required] Gets the registered_resources_count of this ResourceSummary.
total_resources_count [Required] Gets the total_resources_count of this ResourceSummary.
vulnerable_resources_count [Required] Gets the vulnerable_resources_count of this ResourceSummary.
__init__(**kwargs)

Initializes a new ResourceSummary 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 ResourceSummary.
  • registered_resources_count (int) – The value to assign to the registered_resources_count property of this ResourceSummary.
  • not_registered_resources_count (int) – The value to assign to the not_registered_resources_count property of this ResourceSummary.
  • vulnerable_resources_count (int) – The value to assign to the vulnerable_resources_count property of this ResourceSummary.
  • clean_resources_count (int) – The value to assign to the clean_resources_count property of this ResourceSummary.
  • error_resources_count (int) – The value to assign to the error_resources_count property of this ResourceSummary.
clean_resources_count

[Required] Gets the clean_resources_count of this ResourceSummary. Total number of resources that have 0 vulnerabilities.

Returns:The clean_resources_count of this ResourceSummary.
Return type:int
error_resources_count

[Required] Gets the error_resources_count of this ResourceSummary. Total number of resources that contain an error.

Returns:The error_resources_count of this ResourceSummary.
Return type:int
not_registered_resources_count

[Required] Gets the not_registered_resources_count of this ResourceSummary. The total number of resources that are not registered.

Returns:The not_registered_resources_count of this ResourceSummary.
Return type:int
registered_resources_count

[Required] Gets the registered_resources_count of this ResourceSummary. The total number of registered resources.

Returns:The registered_resources_count of this ResourceSummary.
Return type:int
total_resources_count

[Required] Gets the total_resources_count of this ResourceSummary. The total number of resources.

Returns:The total_resources_count of this ResourceSummary.
Return type:int
vulnerable_resources_count

[Required] Gets the vulnerable_resources_count of this ResourceSummary. Total number of resources that have 1 or more vulnerabilities.

Returns:The vulnerable_resources_count of this ResourceSummary.
Return type:int