UncorrelatedPackageManagedInstanceUsageSummary

class oci.jms.models.UncorrelatedPackageManagedInstanceUsageSummary(**kwargs)

Bases: object

Summary of a managed instance where a given uncorrelated package was detected. Contains the count of application where the package was detected with this application.

Methods

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

Attributes

application_count [Required] Gets the application_count of this UncorrelatedPackageManagedInstanceUsageSummary.
hostname [Required] Gets the hostname of this UncorrelatedPackageManagedInstanceUsageSummary.
last_detected_dynamically [Required] Gets the last_detected_dynamically of this UncorrelatedPackageManagedInstanceUsageSummary.
managed_instance_id [Required] Gets the managed_instance_id of this UncorrelatedPackageManagedInstanceUsageSummary.
__init__(**kwargs)

Initializes a new UncorrelatedPackageManagedInstanceUsageSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • managed_instance_id (str) – The value to assign to the managed_instance_id property of this UncorrelatedPackageManagedInstanceUsageSummary.
  • hostname (str) – The value to assign to the hostname property of this UncorrelatedPackageManagedInstanceUsageSummary.
  • application_count (int) – The value to assign to the application_count property of this UncorrelatedPackageManagedInstanceUsageSummary.
  • last_detected_dynamically (datetime) – The value to assign to the last_detected_dynamically property of this UncorrelatedPackageManagedInstanceUsageSummary.
application_count

[Required] Gets the application_count of this UncorrelatedPackageManagedInstanceUsageSummary. The count of applications wherein the specified library was detected.

Returns:The application_count of this UncorrelatedPackageManagedInstanceUsageSummary.
Return type:int
hostname

[Required] Gets the hostname of this UncorrelatedPackageManagedInstanceUsageSummary. The hostname of the managed instance.

Returns:The hostname of this UncorrelatedPackageManagedInstanceUsageSummary.
Return type:str
last_detected_dynamically

[Required] Gets the last_detected_dynamically of this UncorrelatedPackageManagedInstanceUsageSummary. The date and time a library or Java package was _last_ detected in a dynamic library scan.

Returns:The last_detected_dynamically of this UncorrelatedPackageManagedInstanceUsageSummary.
Return type:datetime
managed_instance_id

[Required] Gets the managed_instance_id of this UncorrelatedPackageManagedInstanceUsageSummary. The OCID of the related managed instance.

Returns:The managed_instance_id of this UncorrelatedPackageManagedInstanceUsageSummary.
Return type:str