JfrAttachmentTarget

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

Bases: object

The target to collect JFR data. A target is a managed instance, with options to further limit to specific application and/or Java Runtime. When the applicationKey isn’t specified, then all applications are selected. When the jreKey isn’t specified, then all supported Java Runtime versions are selected. When the applicationInstallationKey isn’t specified, then all application installations are selected. Keys applicationKey and applicationInstallationKey are mutually exclusive.

Methods

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

Attributes

application_installation_key Gets the application_installation_key of this JfrAttachmentTarget.
application_key Gets the application_key of this JfrAttachmentTarget.
jre_key Gets the jre_key of this JfrAttachmentTarget.
managed_instance_id [Required] Gets the managed_instance_id of this JfrAttachmentTarget.
__init__(**kwargs)

Initializes a new JfrAttachmentTarget 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 JfrAttachmentTarget.
  • application_key (str) – The value to assign to the application_key property of this JfrAttachmentTarget.
  • application_installation_key (str) – The value to assign to the application_installation_key property of this JfrAttachmentTarget.
  • jre_key (str) – The value to assign to the jre_key property of this JfrAttachmentTarget.
application_installation_key

Gets the application_installation_key of this JfrAttachmentTarget. Unique key that identifies the application installation for JFR data collection.

Returns:The application_installation_key of this JfrAttachmentTarget.
Return type:str
application_key

Gets the application_key of this JfrAttachmentTarget. Unique key that identifies the application for JFR data collection.

Returns:The application_key of this JfrAttachmentTarget.
Return type:str
jre_key

Gets the jre_key of this JfrAttachmentTarget. Unique key that identify the JVM for JFR data collection.

Returns:The jre_key of this JfrAttachmentTarget.
Return type:str
managed_instance_id

[Required] Gets the managed_instance_id of this JfrAttachmentTarget. OCID of the Managed Instance to collect JFR data.

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