Class ElastigroupUpdatePolicyRollConfigStrategyGetArgs
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 ElastigroupUpdatePolicyRollConfigStrategyGetArgs : ResourceArgs
Constructors
View SourceElastigroupUpdatePolicyRollConfigStrategyGetArgs()
Declaration
public ElastigroupUpdatePolicyRollConfigStrategyGetArgs()
Properties
View SourceAction
Declaration
public Input<string> Action { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
BatchMinHealthyPercentage
Declaration
public Input<int> BatchMinHealthyPercentage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
OnFailure
Declaration
public Input<ElastigroupUpdatePolicyRollConfigStrategyOnFailureGetArgs> OnFailure { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ElastigroupUpdatePolicyRollConfigStrategyOnFailureGetArgs> |
ShouldDrainInstances
Declaration
public Input<bool> ShouldDrainInstances { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |