Show / Hide Table of Contents

Class ClusterClusterAutoscalingResourceLimitArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterClusterAutoscalingResourceLimitArgs
Inherited Members
ResourceArgs.Empty
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 ClusterClusterAutoscalingResourceLimitArgs : ResourceArgs

Constructors

View Source

ClusterClusterAutoscalingResourceLimitArgs()

Declaration
public ClusterClusterAutoscalingResourceLimitArgs()

Properties

View Source

Maximum

Maximum amount of the resource in the cluster.

Declaration
public Input<int> Maximum { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Minimum

Minimum amount of the resource in the cluster.

Declaration
public Input<int> Minimum { get; set; }
Property Value
Type Description
Input<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 Input<string> ResourceType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.