Class ClusterTemplateTemplateRevisionQuestionArgs
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 ClusterTemplateTemplateRevisionQuestionArgs : ResourceArgs
Constructors
View SourceClusterTemplateTemplateRevisionQuestionArgs()
Declaration
public ClusterTemplateTemplateRevisionQuestionArgs()
Properties
View SourceDefault
Default variable value (string)
Declaration
public Input<string> Default { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Required
Required variable. Default false (bool)
Declaration
public Input<bool> Required { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Type
Variable type. boolean, int and string are allowed. Default string (string)
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Variable
Variable name (string)
Declaration
public Input<string> Variable { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |