Show / Hide Table of Contents

Class MultiClusterApp

Inheritance
System.Object
Resource
CustomResource
MultiClusterApp
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class MultiClusterApp : CustomResource

Constructors

View Source

MultiClusterApp(String, MultiClusterAppArgs, CustomResourceOptions)

Create a MultiClusterApp resource with the given unique name, arguments, and options.

Declaration
public MultiClusterApp(string name, MultiClusterAppArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

MultiClusterAppArgs args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

Properties

View Source

Annotations

Annotations for multi cluster app object (map)

Declaration
public Output<ImmutableDictionary<string, object>> Annotations { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>>
View Source

Answers

The multi cluster app answers (list)

Declaration
public Output<ImmutableArray<MultiClusterAppAnswer>> Answers { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<MultiClusterAppAnswer>>
View Source

CatalogName

The multi cluster app catalog name (string)

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

Labels

Labels for multi cluster app object (map)

Declaration
public Output<ImmutableDictionary<string, object>> Labels { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>>
View Source

Members

The multi cluster app answers (list)

Declaration
public Output<ImmutableArray<MultiClusterAppMember>> Members { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<MultiClusterAppMember>>
View Source

Name

The multi cluster app name (string)

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

RevisionHistoryLimit

The multi cluster app revision history limit. Default 10 (int)

Declaration
public Output<int?> RevisionHistoryLimit { get; }
Property Value
Type Description
Output<System.Nullable<System.Int32>>
View Source

RevisionId

Current revision id for the multi cluster app (string)

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

Roles

The multi cluster app roles (list)

Declaration
public Output<ImmutableArray<string>> Roles { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<System.String>>
View Source

Targets

The multi cluster app target projects (list)

Declaration
public Output<ImmutableArray<MultiClusterAppTarget>> Targets { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<MultiClusterAppTarget>>
View Source

TemplateName

The multi cluster app template name (string)

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

TemplateVersion

The multi cluster app template version. Default: latest (string)

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

TemplateVersionId

(Computed) The multi cluster app template version ID (string)

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

UpgradeStrategy

The multi cluster app upgrade strategy (list MaxItems:1)

Declaration
public Output<MultiClusterAppUpgradeStrategy> UpgradeStrategy { get; }
Property Value
Type Description
Output<MultiClusterAppUpgradeStrategy>
View Source

Wait

Wait until the multi cluster app is active. Default true (bool)

Declaration
public Output<bool?> Wait { get; }
Property Value
Type Description
Output<System.Nullable<System.Boolean>>

Methods

View Source

Get(String, Input<String>, MultiClusterAppState, CustomResourceOptions)

Get an existing MultiClusterApp resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static MultiClusterApp Get(string name, Input<string> id, MultiClusterAppState state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Input<System.String> id

The unique provider ID of the resource to lookup.

MultiClusterAppState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
MultiClusterApp
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.