Show / Hide Table of Contents

Class ElastigroupUpdatePolicyRollConfigStrategyGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ElastigroupUpdatePolicyRollConfigStrategyGetArgs
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 ElastigroupUpdatePolicyRollConfigStrategyGetArgs : ResourceArgs

Constructors

View Source

ElastigroupUpdatePolicyRollConfigStrategyGetArgs()

Declaration
public ElastigroupUpdatePolicyRollConfigStrategyGetArgs()

Properties

View Source

Action

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

BatchMinHealthyPercentage

Declaration
public Input<int> BatchMinHealthyPercentage { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

OnFailure

Declaration
public Input<ElastigroupUpdatePolicyRollConfigStrategyOnFailureGetArgs> OnFailure { get; set; }
Property Value
Type Description
Input<ElastigroupUpdatePolicyRollConfigStrategyOnFailureGetArgs>
View Source

ShouldDrainInstances

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