Show / Hide Table of Contents

Class ElastigroupUpdatePolicyRollConfig

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

Fields

View Source

BatchSizePercentage

Declaration
public readonly int BatchSizePercentage
Field Value
Type Description
System.Int32
View Source

GracePeriod

Declaration
public readonly int? GracePeriod
Field Value
Type Description
System.Nullable<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 readonly string HealthCheckType
Field Value
Type Description
System.String
View Source

Strategy

Declaration
public readonly ElastigroupUpdatePolicyRollConfigStrategy Strategy
Field Value
Type Description
ElastigroupUpdatePolicyRollConfigStrategy
View Source

WaitForRollPercentage

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

WaitForRollTimeout

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