Class ClusterTemplateState
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 ClusterTemplateState : ResourceArgs
Constructors
View SourceClusterTemplateState()
Declaration
public ClusterTemplateState()
Properties
View SourceAnnotations
Annotations for the cluster template revision (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
DefaultRevisionId
(Computed) Default cluster template revision ID (string)
Declaration
public Input<string> DefaultRevisionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
Cluster template description
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
Labels for the cluster template revision (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Members
Cluster template members (list)
Declaration
public InputList<ClusterTemplateMemberGetArgs> Members { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterTemplateMemberGetArgs> |
Name
The cluster template revision name (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TemplateRevisions
Cluster template revisions (list)
Declaration
public InputList<ClusterTemplateTemplateRevisionGetArgs> TemplateRevisions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterTemplateTemplateRevisionGetArgs> |