Show / Hide Table of Contents

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 Source

Maximum

Maximum amount of the resource in the cluster.

Declaration
public readonly int? Maximum
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Minimum

Minimum amount of the resource in the cluster.

Declaration
public readonly int? Minimum
Field Value
Type Description
System.Nullable<System.Int32>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.