LibraryManagedInstanceUsageSummary

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

Bases: object

Summary of a managed instance where a given library was detected statically and/or dynamically. Contains the count of applications where the library was detected.

Methods

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

Attributes

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

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

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

Returns:The application_count of this LibraryManagedInstanceUsageSummary.
Return type:int
first_seen_in_classpath

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

Returns:The first_seen_in_classpath of this LibraryManagedInstanceUsageSummary.
Return type:datetime
hostname

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

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

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

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

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

Returns:The last_seen_in_classpath of this LibraryManagedInstanceUsageSummary.
Return type:datetime
managed_instance_id

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

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