Class SapLandscapeMonitorInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.workloads.fluent.models.SapLandscapeMonitorInner

public final class SapLandscapeMonitorInner extends com.azure.core.management.ProxyResource
configuration associated with SAP Landscape Monitor Dashboard.
  • Constructor Details

    • SapLandscapeMonitorInner

      public SapLandscapeMonitorInner()
      Creates an instance of SapLandscapeMonitorInner class.
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • provisioningState

      public SapLandscapeMonitorProvisioningState provisioningState()
      Get the provisioningState property: State of provisioning of the SAP monitor.
      Returns:
      the provisioningState value.
    • grouping

      Get the grouping property: Gets or sets the SID groupings by landscape and Environment.
      Returns:
      the grouping value.
    • withGrouping

      Set the grouping property: Gets or sets the SID groupings by landscape and Environment.
      Parameters:
      grouping - the grouping value to set.
      Returns:
      the SapLandscapeMonitorInner object itself.
    • topMetricsThresholds

      public List<SapLandscapeMonitorMetricThresholds> topMetricsThresholds()
      Get the topMetricsThresholds property: Gets or sets the list Top Metric Thresholds for SAP Landscape Monitor Dashboard.
      Returns:
      the topMetricsThresholds value.
    • withTopMetricsThresholds

      public SapLandscapeMonitorInner withTopMetricsThresholds(List<SapLandscapeMonitorMetricThresholds> topMetricsThresholds)
      Set the topMetricsThresholds property: Gets or sets the list Top Metric Thresholds for SAP Landscape Monitor Dashboard.
      Parameters:
      topMetricsThresholds - the topMetricsThresholds value to set.
      Returns:
      the SapLandscapeMonitorInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.