UncorrelatedPackageApplicationUsageSummary

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

Bases: object

Summary of an application where a given libary was detected. Contains the count of managed instances where the package was detected with this application.

Methods

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

Attributes

application_key [Required] Gets the application_key of this UncorrelatedPackageApplicationUsageSummary.
application_name [Required] Gets the application_name of this UncorrelatedPackageApplicationUsageSummary.
last_detected_dynamically [Required] Gets the last_detected_dynamically of this UncorrelatedPackageApplicationUsageSummary.
managed_instance_count [Required] Gets the managed_instance_count of this UncorrelatedPackageApplicationUsageSummary.
__init__(**kwargs)

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

Parameters:
  • application_key (str) – The value to assign to the application_key property of this UncorrelatedPackageApplicationUsageSummary.
  • application_name (str) – The value to assign to the application_name property of this UncorrelatedPackageApplicationUsageSummary.
  • managed_instance_count (int) – The value to assign to the managed_instance_count property of this UncorrelatedPackageApplicationUsageSummary.
  • last_detected_dynamically (datetime) – The value to assign to the last_detected_dynamically property of this UncorrelatedPackageApplicationUsageSummary.
application_key

[Required] Gets the application_key of this UncorrelatedPackageApplicationUsageSummary. The internal identifier of a Java application.

Returns:The application_key of this UncorrelatedPackageApplicationUsageSummary.
Return type:str
application_name

[Required] Gets the application_name of this UncorrelatedPackageApplicationUsageSummary. The displayed name of the Java application.

Returns:The application_name of this UncorrelatedPackageApplicationUsageSummary.
Return type:str
last_detected_dynamically

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

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

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

Returns:The managed_instance_count of this UncorrelatedPackageApplicationUsageSummary.
Return type:int