Show / Hide Table of Contents

Class ElastigroupIntegrationDockerSwarmGetArgs

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

Constructors

View Source

ElastigroupIntegrationDockerSwarmGetArgs()

Declaration
public ElastigroupIntegrationDockerSwarmGetArgs()

Properties

View Source

AutoscaleCooldown

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

AutoscaleDown

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

AutoscaleHeadroom

Declaration
public Input<ElastigroupIntegrationDockerSwarmAutoscaleHeadroomGetArgs> AutoscaleHeadroom { get; set; }
Property Value
Type Description
Input<ElastigroupIntegrationDockerSwarmAutoscaleHeadroomGetArgs>
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.