Show / Hide Table of Contents

Class ElastigroupStrategyGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ElastigroupStrategyGetArgs
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.Azure.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupStrategyGetArgs : ResourceArgs

Constructors

View Source

ElastigroupStrategyGetArgs()

Declaration
public ElastigroupStrategyGetArgs()

Properties

View Source

DrainingTimeout

Time (seconds) to allow the instance to be drained from incoming TCP connections and detached from MLB before terminating it during a scale-down operation.

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

LowPriorityPercentage

Percentage of Low Priority instances to maintain. Required if od_count is not specified.

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

OdCount

Number of On-Demand instances to maintain. Required if low_priority_percentage is not specified.

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