Show / Hide Table of Contents

Class ClusterTemplateState

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterTemplateState
Inherited Members
ResourceArgs.Empty
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 Source

ClusterTemplateState()

Declaration
public ClusterTemplateState()

Properties

View Source

Annotations

Annotations for the cluster template revision (map)

Declaration
public InputMap<object> Annotations { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

DefaultRevisionId

(Computed) Default cluster template revision ID (string)

Declaration
public Input<string> DefaultRevisionId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

Cluster template description

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Labels

Labels for the cluster template revision (map)

Declaration
public InputMap<object> Labels { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Members

Cluster template members (list)

Declaration
public InputList<ClusterTemplateMemberGetArgs> Members { get; set; }
Property Value
Type Description
InputList<ClusterTemplateMemberGetArgs>
View Source

Name

The cluster template revision name (string)

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TemplateRevisions

Cluster template revisions (list)

Declaration
public InputList<ClusterTemplateTemplateRevisionGetArgs> TemplateRevisions { get; set; }
Property Value
Type Description
InputList<ClusterTemplateTemplateRevisionGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.