Show / Hide Table of Contents

Class GetScalingRulesRuleResult

Inheritance
System.Object
GetScalingRulesRuleResult
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.AliCloud.Ess.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetScalingRulesRuleResult

Fields

View Source

AdjustmentType

Adjustment type of the scaling rule.

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

AdjustmentValue

Adjustment value of the scaling rule.

Declaration
public readonly int AdjustmentValue
Field Value
Type Description
System.Int32
View Source

Cooldown

Cooldown time of the scaling rule.

Declaration
public readonly int Cooldown
Field Value
Type Description
System.Int32
View Source

Id

ID of the scaling rule.

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

MinAdjustmentMagnitude

Min adjustment magnitude of scaling rule.

Declaration
public readonly int MinAdjustmentMagnitude
Field Value
Type Description
System.Int32
View Source

Name

Name of the scaling rule.

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

ScalingGroupId

Scaling group id the scaling rules belong to.

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

ScalingRuleAri

Ari of scaling rule.

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

Type

Type of scaling rule.

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