Class ElastigroupScalingStrategy
Inheritance
System.Object
ElastigroupScalingStrategy
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.Aws.Outputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupScalingStrategy
Fields
View SourceTerminateAtEndOfBillingHour
Specify whether to terminate instances at the end of each billing hour.
Declaration
public readonly bool? TerminateAtEndOfBillingHour
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
TerminationPolicy
- Determines whether to terminate the newest instances when performing a scaling action. Valid values:
"default","newestInstance".
Declaration
public readonly string TerminationPolicy
Field Value
| Type | Description |
|---|---|
| System.String |