Interface MonitoredResource


public interface MonitoredResource
An immutable client-side representation of MonitoredResource.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: The ARM id of the resource.
    Gets the inner com.azure.resourcemanager.dynatrace.fluent.models.MonitoredResourceInner object.
    Gets the reasonForLogsStatus property: Reason for why the resource is sending logs (or why it is not sending).
    Gets the reasonForMetricsStatus property: Reason for why the resource is sending metrics (or why it is not sending).
    Gets the sendingLogs property: Flag indicating if resource is sending logs to Dynatrace.
    Gets the sendingMetrics property: Flag indicating if resource is sending metrics to Dynatrace.
  • Method Details

    • id

      String id()
      Gets the id property: The ARM id of the resource.
      Returns:
      the id value.
    • sendingMetrics

      SendingMetricsStatus sendingMetrics()
      Gets the sendingMetrics property: Flag indicating if resource is sending metrics to Dynatrace.
      Returns:
      the sendingMetrics value.
    • reasonForMetricsStatus

      String reasonForMetricsStatus()
      Gets the reasonForMetricsStatus property: Reason for why the resource is sending metrics (or why it is not sending).
      Returns:
      the reasonForMetricsStatus value.
    • sendingLogs

      SendingLogsStatus sendingLogs()
      Gets the sendingLogs property: Flag indicating if resource is sending logs to Dynatrace.
      Returns:
      the sendingLogs value.
    • reasonForLogsStatus

      String reasonForLogsStatus()
      Gets the reasonForLogsStatus property: Reason for why the resource is sending logs (or why it is not sending).
      Returns:
      the reasonForLogsStatus value.
    • innerModel

      Gets the inner com.azure.resourcemanager.dynatrace.fluent.models.MonitoredResourceInner object.
      Returns:
      the inner object.