Class GetClusterTemplateArgs
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.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class GetClusterTemplateArgs : InvokeArgs
Constructors
View SourceGetClusterTemplateArgs()
Declaration
public GetClusterTemplateArgs()
Properties
View SourceAnnotations
(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> |
Description
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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> |
Name
The cluster template name (string)
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |