Class SloWindowsBasedSliMetricSumInRangeRange
Inheritance
System.Object
SloWindowsBasedSliMetricSumInRangeRange
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SloWindowsBasedSliMetricSumInRangeRange
Fields
View SourceMax
max value for the range (inclusive). If not given, will be set to "infinity", defining an open range ">= range.min"
Declaration
public readonly int? Max
Field Value
| Type | Description |
|---|---|
| System.Nullable<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 readonly int? Min
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |