Class ClusterClusterAutoscalingResourceLimitGetArgs
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()
Namespace: Pulumi.Gcp.Container.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterAutoscalingResourceLimitGetArgs : ResourceArgs
Constructors
View SourceClusterClusterAutoscalingResourceLimitGetArgs()
Declaration
public ClusterClusterAutoscalingResourceLimitGetArgs()
Properties
View SourceMaximum
Maximum amount of the resource in the cluster.
Declaration
public Input<int> Maximum { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Minimum
Minimum amount of the resource in the cluster.
Declaration
public Input<int> Minimum { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ResourceType
The type of the resource. For example, cpu and
memory. See the guide to using Node Auto-Provisioning
for a list of types.
Declaration
public Input<string> ResourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |