Show / Hide Table of Contents

Class ElastigroupScalingUpPolicy

Inheritance
System.Object
ElastigroupScalingUpPolicy
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.SpotInst.Gke.Outputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupScalingUpPolicy

Fields

View Source

ActionType

Declaration
public readonly string ActionType
Field Value
Type Description
System.String
View Source

Adjustment

Declaration
public readonly int? Adjustment
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Cooldown

Declaration
public readonly int? Cooldown
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Dimensions

Declaration
public readonly ImmutableArray<ElastigroupScalingUpPolicyDimension> Dimensions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ElastigroupScalingUpPolicyDimension>
View Source

EvaluationPeriods

Declaration
public readonly int? EvaluationPeriods
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MetricName

Declaration
public readonly string MetricName
Field Value
Type Description
System.String
View Source

Namespace

Declaration
public readonly string Namespace
Field Value
Type Description
System.String
View Source

Operator

Declaration
public readonly string Operator
Field Value
Type Description
System.String
View Source

Period

Declaration
public readonly int? Period
Field Value
Type Description
System.Nullable<System.Int32>
View Source

PolicyName

Declaration
public readonly string PolicyName
Field Value
Type Description
System.String
View Source

Source

Declaration
public readonly string Source
Field Value
Type Description
System.String
View Source

Statistic

Declaration
public readonly string Statistic
Field Value
Type Description
System.String
View Source

Threshold

Declaration
public readonly double Threshold
Field Value
Type Description
System.Double
View Source

Unit

Declaration
public readonly string Unit
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.