Class ElastigroupIntegrationNomadArgs
Inheritance
System.Object
ElastigroupIntegrationNomadArgs
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()
Assembly: Pulumi.SpotInst.dll
public sealed class ElastigroupIntegrationNomadArgs : ResourceArgs
Constructors
View Source
Declaration
public ElastigroupIntegrationNomadArgs()
Properties
View Source
Declaration
public Input<string> AclToken { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<ElastigroupIntegrationNomadAutoscaleConstraintArgs> AutoscaleConstraints { get; set; }
Property Value
View Source
Declaration
public Input<int> AutoscaleCooldown { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<ElastigroupIntegrationNomadAutoscaleDownArgs> AutoscaleDown { get; set; }
Property Value
View Source
Declaration
public Input<ElastigroupIntegrationNomadAutoscaleHeadroomArgs> AutoscaleHeadroom { get; set; }
Property Value
View Source
Declaration
public Input<bool> AutoscaleIsEnabled { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<string> MasterHost { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> MasterPort { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|