Class ElastigroupIntegrationGkeGetArgs
Inheritance
System.Object
ElastigroupIntegrationGkeGetArgs
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 ElastigroupIntegrationGkeGetArgs : ResourceArgs
Constructors
View Source
Declaration
public ElastigroupIntegrationGkeGetArgs()
Properties
View Source
Declaration
public Input<int> AutoscaleCooldown { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<ElastigroupIntegrationGkeAutoscaleDownGetArgs> AutoscaleDown { get; set; }
Property Value
View Source
Declaration
public Input<ElastigroupIntegrationGkeAutoscaleHeadroomGetArgs> AutoscaleHeadroom { get; set; }
Property Value
View Source
Declaration
public Input<bool> AutoscaleIsAutoConfig { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<bool> AutoscaleIsEnabled { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public InputList<ElastigroupIntegrationGkeAutoscaleLabelGetArgs> AutoscaleLabels { get; set; }
Property Value
View Source
Declaration
public Input<bool> AutoUpdate { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
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
Declaration
public Input<string> Location { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|