Class ClusterClusterAutoscalingResourceLimit
Inheritance
System.Object
ClusterClusterAutoscalingResourceLimit
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterAutoscalingResourceLimit
Fields
View SourceMaximum
Maximum amount of the resource in the cluster.
Declaration
public readonly int? Maximum
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Minimum
Minimum amount of the resource in the cluster.
Declaration
public readonly int? Minimum
Field Value
| Type | Description |
|---|---|
| System.Nullable<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 readonly string ResourceType
Field Value
| Type | Description |
|---|---|
| System.String |