Show / Hide Table of Contents

Class ElastigroupUpdatePolicyRollConfigStrategyOnFailure

Inheritance
System.Object
ElastigroupUpdatePolicyRollConfigStrategyOnFailure
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 ElastigroupUpdatePolicyRollConfigStrategyOnFailure

Fields

View Source

ActionType

Declaration
public readonly string ActionType
Field Value
Type Description
System.String
View Source

BatchNum

Declaration
public readonly int? BatchNum
Field Value
Type Description
System.Nullable<System.Int32>
View Source

DrainingTimeout

The time in seconds, the instance is allowed to run while detached from the ELB. This is to allow the instance time to be drained from incoming TCP connections before terminating it, during a scale down operation.

Declaration
public readonly int? DrainingTimeout
Field Value
Type Description
System.Nullable<System.Int32>
View Source

ShouldDecrementTargetCapacity

Declaration
public readonly bool? ShouldDecrementTargetCapacity
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

ShouldHandleAllBatches

Declaration
public readonly bool? ShouldHandleAllBatches
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.