Class ClusterTemplateTemplateRevisionArgs
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterTemplateTemplateRevisionArgs : ResourceArgs
Constructors
View SourceClusterTemplateTemplateRevisionArgs()
Declaration
public ClusterTemplateTemplateRevisionArgs()
Properties
View SourceAnnotations
Annotations for the cluster template revision (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
ClusterConfig
Cluster configuration (list maxitem: 1)
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigArgs> ClusterConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterTemplateTemplateRevisionClusterConfigArgs> |
ClusterTemplateId
Cluster template ID (string)
Declaration
public Input<string> ClusterTemplateId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Default
Default variable value (string)
Declaration
public Input<bool> Default { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Enabled
Enable cluster template revision. Default true (bool)
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Id
The cluster template revision ID (string)
Declaration
public Input<string> Id { 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> |
Name
The cluster template revision name (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Questions
Cluster template questions (list)
Declaration
public InputList<ClusterTemplateTemplateRevisionQuestionArgs> Questions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterTemplateTemplateRevisionQuestionArgs> |