Show / Hide Table of Contents

Class ElastigroupIntegrationGkeArgs

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

Constructors

View Source

ElastigroupIntegrationGkeArgs()

Declaration
public ElastigroupIntegrationGkeArgs()

Properties

View Source

AutoscaleCooldown

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

AutoscaleDown

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

AutoscaleHeadroom

Declaration
public Input<ElastigroupIntegrationGkeAutoscaleHeadroomArgs> AutoscaleHeadroom { get; set; }
Property Value
Type Description
Input<ElastigroupIntegrationGkeAutoscaleHeadroomArgs>
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<ElastigroupIntegrationGkeAutoscaleLabelArgs> AutoscaleLabels { get; set; }
Property Value
Type Description
InputList<ElastigroupIntegrationGkeAutoscaleLabelArgs>
View Source

AutoUpdate

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

ClusterId

The name of the GKE cluster you wish to import.

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

Location

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