Class SloWindowsBasedSliMetricSumInRangeRangeArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Monitoring.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SloWindowsBasedSliMetricSumInRangeRangeArgs : ResourceArgs
Constructors
View SourceSloWindowsBasedSliMetricSumInRangeRangeArgs()
Declaration
public SloWindowsBasedSliMetricSumInRangeRangeArgs()
Properties
View SourceMax
max value for the range (inclusive). If not given, will be set to "infinity", defining an open range ">= range.min"
Declaration
public Input<int> Max { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Min
Min value for the range (inclusive). If not given, will be set to "-infinity", defining an open range "< range.max"
Declaration
public Input<int> Min { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |