Show / Hide Table of Contents

Class SloRequestBasedSliDistributionCutRangeArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SloRequestBasedSliDistributionCutRangeArgs
Inherited Members
ResourceArgs.Empty
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 SloRequestBasedSliDistributionCutRangeArgs : ResourceArgs

Constructors

View Source

SloRequestBasedSliDistributionCutRangeArgs()

Declaration
public SloRequestBasedSliDistributionCutRangeArgs()

Properties

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 Input<int> Max { get; set; }
Property Value
Type Description
Input<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 Input<int> Min { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.