Class MultiClusterAppState
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
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class MultiClusterAppState : ResourceArgs
Constructors
View SourceMultiClusterAppState()
Declaration
public MultiClusterAppState()
Properties
View SourceAnnotations
Annotations for multi cluster app object (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Answers
The multi cluster app answers (list)
Declaration
public InputList<MultiClusterAppAnswerGetArgs> Answers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<MultiClusterAppAnswerGetArgs> |
CatalogName
The multi cluster app catalog name (string)
Declaration
public Input<string> CatalogName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
Labels for multi cluster app object (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Members
The multi cluster app answers (list)
Declaration
public InputList<MultiClusterAppMemberGetArgs> Members { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<MultiClusterAppMemberGetArgs> |
Name
The multi cluster app name (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RevisionHistoryLimit
The multi cluster app revision history limit. Default 10 (int)
Declaration
public Input<int> RevisionHistoryLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RevisionId
Current revision id for the multi cluster app (string)
Declaration
public Input<string> RevisionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Roles
The multi cluster app roles (list)
Declaration
public InputList<string> Roles { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Targets
The multi cluster app target projects (list)
Declaration
public InputList<MultiClusterAppTargetGetArgs> Targets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<MultiClusterAppTargetGetArgs> |
TemplateName
The multi cluster app template name (string)
Declaration
public Input<string> TemplateName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TemplateVersion
The multi cluster app template version. Default: latest (string)
Declaration
public Input<string> TemplateVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TemplateVersionId
(Computed) The multi cluster app template version ID (string)
Declaration
public Input<string> TemplateVersionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UpgradeStrategy
The multi cluster app upgrade strategy (list MaxItems:1)
Declaration
public Input<MultiClusterAppUpgradeStrategyGetArgs> UpgradeStrategy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MultiClusterAppUpgradeStrategyGetArgs> |
Wait
Wait until the multi cluster app is active. Default true (bool)
Declaration
public Input<bool> Wait { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |