Show / Hide Table of Contents

Class KubernetesAutoscalerNodepoolGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
KubernetesAutoscalerNodepoolGetArgs
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 KubernetesAutoscalerNodepoolGetArgs : ResourceArgs

Constructors

View Source

KubernetesAutoscalerNodepoolGetArgs()

Declaration
public KubernetesAutoscalerNodepoolGetArgs()

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.