Class ElastigroupIntegrationKubernetesGetArgs
Inheritance
System.Object
ElastigroupIntegrationKubernetesGetArgs
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 ElastigroupIntegrationKubernetesGetArgs : ResourceArgs
Constructors
View Source
Declaration
public ElastigroupIntegrationKubernetesGetArgs()
Properties
View Source
Declaration
public Input<string> ApiServer { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> AutoscaleCooldown { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<ElastigroupIntegrationKubernetesAutoscaleDownGetArgs> AutoscaleDown { get; set; }
Property Value
View Source
Declaration
public Input<ElastigroupIntegrationKubernetesAutoscaleHeadroomGetArgs> 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<ElastigroupIntegrationKubernetesAutoscaleLabelGetArgs> AutoscaleLabels { get; set; }
Property Value
View Source
Declaration
public Input<string> ClusterIdentifier { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> IntegrationMode { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> Token { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|