Class GetClusterTemplateTemplateRevisionResult
Inheritance
System.Object
GetClusterTemplateTemplateRevisionResult
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 GetClusterTemplateTemplateRevisionResult
Fields
View SourceAnnotations
(Computed) Annotations for the cluster template (map)
Declaration
public readonly ImmutableDictionary<string, object> Annotations
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
ClusterConfig
Declaration
public readonly GetClusterTemplateTemplateRevisionClusterConfigResult ClusterConfig
Field Value
| Type | Description |
|---|---|
| GetClusterTemplateTemplateRevisionClusterConfigResult |
ClusterTemplateId
Declaration
public readonly string ClusterTemplateId
Field Value
| Type | Description |
|---|---|
| System.String |
Default
Declaration
public readonly bool? Default
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Enabled
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Id
(Computed) The ID of the resource (string)
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Labels
(Computed) Labels for the cluster template (map)
Declaration
public readonly ImmutableDictionary<string, object> Labels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Name
The cluster template name (string)
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Questions
Declaration
public readonly ImmutableArray<GetClusterTemplateTemplateRevisionQuestionResult> Questions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetClusterTemplateTemplateRevisionQuestionResult> |