Show / Hide Table of Contents

Class ElastigroupUpdatePolicyRollConfigStrategyOnFailureGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ElastigroupUpdatePolicyRollConfigStrategyOnFailureGetArgs
Inherited Members
ResourceArgs.Empty
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 ElastigroupUpdatePolicyRollConfigStrategyOnFailureGetArgs : ResourceArgs

Constructors

View Source

ElastigroupUpdatePolicyRollConfigStrategyOnFailureGetArgs()

Declaration
public ElastigroupUpdatePolicyRollConfigStrategyOnFailureGetArgs()

Properties

View Source

ActionType

Declaration
public Input<string> ActionType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

BatchNum

Declaration
public Input<int> BatchNum { get; set; }
Property Value
Type Description
Input<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 Input<int> DrainingTimeout { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ShouldDecrementTargetCapacity

Declaration
public Input<bool> ShouldDecrementTargetCapacity { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ShouldHandleAllBatches

Declaration
public Input<bool> ShouldHandleAllBatches { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.