Show / Hide Table of Contents

Class ElastigroupIntegrationNomadArgs

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

Constructors

View Source

ElastigroupIntegrationNomadArgs()

Declaration
public ElastigroupIntegrationNomadArgs()

Properties

View Source

AclToken

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

AutoscaleConstraints

Declaration
public InputList<ElastigroupIntegrationNomadAutoscaleConstraintArgs> AutoscaleConstraints { get; set; }
Property Value
Type Description
InputList<ElastigroupIntegrationNomadAutoscaleConstraintArgs>
View Source

AutoscaleCooldown

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

AutoscaleDown

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

AutoscaleHeadroom

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

AutoscaleIsEnabled

Declaration
public Input<bool> AutoscaleIsEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

MasterHost

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

MasterPort

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