Show / Hide Table of Contents

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 Source

TerminateAtEndOfBillingHour

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>
View Source

TerminationPolicy

  • Determines whether to terminate the newest instances when performing a scaling action. Valid values: &quot;default&quot;, &quot;newestInstance&quot;.
Declaration
public readonly string TerminationPolicy
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.