Class SapLandscapeMonitorPropertiesGroupingArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.workloads.inputs.SapLandscapeMonitorPropertiesGroupingArgs
-
public final class SapLandscapeMonitorPropertiesGroupingArgs extends com.pulumi.resources.ResourceArgs
Gets or sets the SID groupings by landscape and Environment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SapLandscapeMonitorPropertiesGroupingArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static SapLandscapeMonitorPropertiesGroupingArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SapLandscapeMonitorPropertiesGroupingArgs.Builder
builder()
static SapLandscapeMonitorPropertiesGroupingArgs.Builder
builder(SapLandscapeMonitorPropertiesGroupingArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.util.List<SapLandscapeMonitorSidMappingArgs>>>
landscape()
java.util.Optional<com.pulumi.core.Output<java.util.List<SapLandscapeMonitorSidMappingArgs>>>
sapApplication()
-
-
-
Field Detail
-
Empty
public static final SapLandscapeMonitorPropertiesGroupingArgs Empty
-
-
Method Detail
-
landscape
public java.util.Optional<com.pulumi.core.Output<java.util.List<SapLandscapeMonitorSidMappingArgs>>> landscape()
- Returns:
- Gets or sets the list of landscape to SID mappings.
-
sapApplication
public java.util.Optional<com.pulumi.core.Output<java.util.List<SapLandscapeMonitorSidMappingArgs>>> sapApplication()
- Returns:
- Gets or sets the list of Sap Applications to SID mappings.
-
builder
public static SapLandscapeMonitorPropertiesGroupingArgs.Builder builder()
-
builder
public static SapLandscapeMonitorPropertiesGroupingArgs.Builder builder(SapLandscapeMonitorPropertiesGroupingArgs defaults)
-
-