Class SapLandscapeMonitorProperties

java.lang.Object
com.azure.resourcemanager.workloads.fluent.models.SapLandscapeMonitorProperties

public final class SapLandscapeMonitorProperties extends Object
Gets or sets the properties for Sap Landscape Monitor Dashboard.
  • Constructor Details

    • SapLandscapeMonitorProperties

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

    • 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 SapLandscapeMonitorProperties 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 SapLandscapeMonitorProperties 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 SapLandscapeMonitorProperties object itself.
    • validate

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