Class ElastigroupStrategy
Inheritance
System.Object
ElastigroupStrategy
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.Outputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupStrategy
Fields
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 readonly int? DrainingTimeout
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
LowPriorityPercentage
Percentage of Low Priority instances to maintain. Required if od_count is not specified.
Declaration
public readonly int? LowPriorityPercentage
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
OdCount
Number of On-Demand instances to maintain. Required if low_priority_percentage is not specified.
Declaration
public readonly int? OdCount
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |