Class ClusterTemplateTemplateRevision
Inheritance
System.Object
ClusterTemplateTemplateRevision
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.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterTemplateTemplateRevision
Fields
View SourceAnnotations
Annotations for the cluster template revision (map)
Declaration
public readonly ImmutableDictionary<string, object> Annotations
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
ClusterConfig
Cluster configuration (list maxitem: 1)
Declaration
public readonly ClusterTemplateTemplateRevisionClusterConfig ClusterConfig
Field Value
| Type | Description |
|---|---|
| ClusterTemplateTemplateRevisionClusterConfig |
ClusterTemplateId
Cluster template ID (string)
Declaration
public readonly string ClusterTemplateId
Field Value
| Type | Description |
|---|---|
| System.String |
Default
Default variable value (string)
Declaration
public readonly bool? Default
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Enabled
Enable cluster template revision. Default true (bool)
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Id
The cluster template revision ID (string)
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Labels
Labels for the cluster template revision (map)
Declaration
public readonly ImmutableDictionary<string, object> Labels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Name
The cluster template revision name (string)
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Questions
Cluster template questions (list)
Declaration
public readonly ImmutableArray<ClusterTemplateTemplateRevisionQuestion> Questions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ClusterTemplateTemplateRevisionQuestion> |