Class ElastigroupScalingStrategyArgs
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.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupScalingStrategyArgs : ResourceArgs
Constructors
View SourceElastigroupScalingStrategyArgs()
Declaration
public ElastigroupScalingStrategyArgs()
Properties
View SourceTerminateAtEndOfBillingHour
Specify whether to terminate instances at the end of each billing hour.
Declaration
public Input<bool> TerminateAtEndOfBillingHour { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
TerminationPolicy
- Determines whether to terminate the newest instances when performing a scaling action. Valid values:
"default","newestInstance".
Declaration
public Input<string> TerminationPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |