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 SourceAdjustmentType
Adjustment type of the scaling rule.
Declaration
public readonly string AdjustmentType
Field Value
| Type | Description |
|---|---|
| System.String |
AdjustmentValue
Adjustment value of the scaling rule.
Declaration
public readonly int AdjustmentValue
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Cooldown
Cooldown time of the scaling rule.
Declaration
public readonly int Cooldown
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Id
ID of the scaling rule.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
MinAdjustmentMagnitude
Min adjustment magnitude of scaling rule.
Declaration
public readonly int MinAdjustmentMagnitude
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Name of the scaling rule.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ScalingGroupId
Scaling group id the scaling rules belong to.
Declaration
public readonly string ScalingGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
ScalingRuleAri
Ari of scaling rule.
Declaration
public readonly string ScalingRuleAri
Field Value
| Type | Description |
|---|---|
| System.String |
Type
Type of scaling rule.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |