Class ElastigroupStrategyArgs
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.Azure.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupStrategyArgs : ResourceArgs
Constructors
View SourceElastigroupStrategyArgs()
Declaration
public ElastigroupStrategyArgs()
Properties
View SourceDrainingTimeout
Time (seconds) to allow the instance to be drained from incoming TCP connections and detached from MLB before terminating it during a scale-down operation.
Declaration
public Input<int> DrainingTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
LowPriorityPercentage
Percentage of Low Priority instances to maintain. Required if od_count is not specified.
Declaration
public Input<int> LowPriorityPercentage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
OdCount
Number of On-Demand instances to maintain. Required if low_priority_percentage is not specified.
Declaration
public Input<int> OdCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |