Class CreateMacsApmExtensionDetails


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20210201")
    public final class CreateMacsApmExtensionDetails
    extends CreateConfigDetails
    An object that represents APM Agent provisioning via a Management Agent.
    Note: Objects should always be created or deserialized using the CreateMacsApmExtensionDetails.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the CreateMacsApmExtensionDetails.Builder, which maintain a set of all explicitly set fields called CreateMacsApmExtensionDetails.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        The name by which a configuration entity is displayed to the end user.
        Returns:
        the value
      • getManagementAgentId

        public String getManagementAgentId()
        The OCID of the Management Agent that will provision the APM Agent.
        Returns:
        the value
      • getProcessFilter

        public List<String> getProcessFilter()
        Filter patterns used to discover active Java processes for provisioning the APM Agent.
        Returns:
        the value
      • getRunAsUser

        public String getRunAsUser()
        The OS user that should be used to discover Java processes.
        Returns:
        the value
      • getServiceName

        public String getServiceName()
        The name of the service being monitored.

        This argument enables you to filter by service and view traces and other signals in the APM Explorer user interface.

        Returns:
        the value
      • getAgentVersion

        public String getAgentVersion()
        The version of the referenced agent bundle.
        Returns:
        the value
      • getAttachInstallDir

        public String getAttachInstallDir()
        The directory owned by runAsUser.
        Returns:
        the value
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class CreateConfigDetails
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation