Show / Hide Table of Contents

Class GetClusterTemplateArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetClusterTemplateArgs
Inherited Members
InvokeArgs.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.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class GetClusterTemplateArgs : InvokeArgs

Constructors

View Source

GetClusterTemplateArgs()

Declaration
public GetClusterTemplateArgs()

Properties

View Source

Annotations

(Computed) Annotations for the cluster template (map)

Declaration
public Dictionary<string, object> Annotations { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
View Source

Description

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

Labels

(Computed) Labels for the cluster template (map)

Declaration
public Dictionary<string, object> Labels { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
View Source

Name

The cluster template name (string)

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