Show / Hide Table of Contents

Class KubernetesAutoscalerNodepoolArgs

Inheritance
System.Object
InputArgs
ResourceArgs
KubernetesAutoscalerNodepoolArgs
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.AliCloud.CS.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class KubernetesAutoscalerNodepoolArgs : ResourceArgs

Constructors

View Source

KubernetesAutoscalerNodepoolArgs()

Declaration
public KubernetesAutoscalerNodepoolArgs()

Properties

View Source

Id

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Labels

Declaration
public Input<string> Labels { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Taints

Declaration
public Input<string> Taints { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.