Show / Hide Table of Contents

Class ElastigroupIntegrationKubernetesArgs

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

Constructors

View Source

ElastigroupIntegrationKubernetesArgs()

Declaration
public ElastigroupIntegrationKubernetesArgs()

Properties

View Source

ApiServer

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

AutoscaleCooldown

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

AutoscaleDown

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

AutoscaleHeadroom

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

AutoscaleIsAutoConfig

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

AutoscaleIsEnabled

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

AutoscaleLabels

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

ClusterIdentifier

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

IntegrationMode

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

Token

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