UncorrelatedPackageUsageSummary

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

Bases: object

Summary of an uncorrelated package.

Methods

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

Attributes

application_count [Required] Gets the application_count of this UncorrelatedPackageUsageSummary.
last_detected_dynamically [Required] Gets the last_detected_dynamically of this UncorrelatedPackageUsageSummary.
managed_instance_count [Required] Gets the managed_instance_count of this UncorrelatedPackageUsageSummary.
package_name [Required] Gets the package_name of this UncorrelatedPackageUsageSummary.
__init__(**kwargs)

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

Parameters:
  • package_name (str) – The value to assign to the package_name property of this UncorrelatedPackageUsageSummary.
  • managed_instance_count (int) – The value to assign to the managed_instance_count property of this UncorrelatedPackageUsageSummary.
  • application_count (int) – The value to assign to the application_count property of this UncorrelatedPackageUsageSummary.
  • last_detected_dynamically (datetime) – The value to assign to the last_detected_dynamically property of this UncorrelatedPackageUsageSummary.
application_count

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

Returns:The application_count of this UncorrelatedPackageUsageSummary.
Return type:int
last_detected_dynamically

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

Returns:The last_detected_dynamically of this UncorrelatedPackageUsageSummary.
Return type:datetime
managed_instance_count

[Required] Gets the managed_instance_count of this UncorrelatedPackageUsageSummary. The count of managed instances wherein the specified package was detected.

Returns:The managed_instance_count of this UncorrelatedPackageUsageSummary.
Return type:int
package_name

[Required] Gets the package_name of this UncorrelatedPackageUsageSummary. The name of the package.

Returns:The package_name of this UncorrelatedPackageUsageSummary.
Return type:str