Show / Hide Table of Contents

Class ElastigroupUpdatePolicyRollConfigArgs

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

Constructors

View Source

ElastigroupUpdatePolicyRollConfigArgs()

Declaration
public ElastigroupUpdatePolicyRollConfigArgs()

Properties

View Source

BatchSizePercentage

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

GracePeriod

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

HealthCheckType

The service that will perform health checks for the instance. Valid values: &quot;ELB&quot;, &quot;HCS&quot;, &quot;TARGET_GROUP&quot;, &quot;MLB&quot;, &quot;EC2&quot;, &quot;MULTAI_TARGET_SET&quot;, &quot;MLB_RUNTIME&quot;, &quot;K8S_NODE&quot;, &quot;NOMAD_NODE&quot;, &quot;ECS_CLUSTER_INSTANCE&quot;.

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

Strategy

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

WaitForRollPercentage

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

WaitForRollTimeout

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