Show / Hide Table of Contents

Class ElastigroupIntegrationGkeGetArgs

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

Constructors

View Source

ElastigroupIntegrationGkeGetArgs()

Declaration
public ElastigroupIntegrationGkeGetArgs()

Properties

View Source

AutoscaleCooldown

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

AutoscaleDown

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

AutoscaleHeadroom

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