Show / Hide Table of Contents

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 Source

Max

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.