LibraryApplicationUsageSummary

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

Bases: object

Summary of an application where a given library was detected statically and/or dynamically. Contains the count of managed instances where the library was detected with this application.

Methods

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

Attributes

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

Initializes a new LibraryApplicationUsageSummary 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 LibraryApplicationUsageSummary.
  • application_name (str) – The value to assign to the application_name property of this LibraryApplicationUsageSummary.
  • managed_instance_count (int) – The value to assign to the managed_instance_count property of this LibraryApplicationUsageSummary.
  • last_detected_dynamically (datetime) – The value to assign to the last_detected_dynamically property of this LibraryApplicationUsageSummary.
  • first_seen_in_classpath (datetime) – The value to assign to the first_seen_in_classpath property of this LibraryApplicationUsageSummary.
  • last_seen_in_classpath (datetime) – The value to assign to the last_seen_in_classpath property of this LibraryApplicationUsageSummary.
application_key

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

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

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

Returns:The application_name of this LibraryApplicationUsageSummary.
Return type:str
first_seen_in_classpath

[Required] Gets the first_seen_in_classpath of this LibraryApplicationUsageSummary. The timestamp of the first time the specified library was detected in classpath.

Returns:The first_seen_in_classpath of this LibraryApplicationUsageSummary.
Return type:datetime
last_detected_dynamically

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

Returns:The last_detected_dynamically of this LibraryApplicationUsageSummary.
Return type:datetime
last_seen_in_classpath

[Required] Gets the last_seen_in_classpath of this LibraryApplicationUsageSummary. The timestamp of the last time the specified library was detected in classpath.

Returns:The last_seen_in_classpath of this LibraryApplicationUsageSummary.
Return type:datetime
managed_instance_count

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

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