Class SapLandscapeMonitorSidMapping

java.lang.Object
com.azure.resourcemanager.workloads.models.SapLandscapeMonitorSidMapping

public final class SapLandscapeMonitorSidMapping extends Object
Gets or sets the mapping for SID to Environment/Applications.
  • Constructor Details

    • SapLandscapeMonitorSidMapping

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

    • name

      public String name()
      Get the name property: Gets or sets the name of the grouping.
      Returns:
      the name value.
    • withName

      public SapLandscapeMonitorSidMapping withName(String name)
      Set the name property: Gets or sets the name of the grouping.
      Parameters:
      name - the name value to set.
      Returns:
      the SapLandscapeMonitorSidMapping object itself.
    • topSid

      public List<String> topSid()
      Get the topSid property: Gets or sets the list of SID's.
      Returns:
      the topSid value.
    • withTopSid

      public SapLandscapeMonitorSidMapping withTopSid(List<String> topSid)
      Set the topSid property: Gets or sets the list of SID's.
      Parameters:
      topSid - the topSid value to set.
      Returns:
      the SapLandscapeMonitorSidMapping object itself.
    • validate

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