Show / Hide Table of Contents

Class ClusterSync

Inheritance
System.Object
Resource
CustomResource
ClusterSync
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 ClusterSync : CustomResource

Constructors

View Source

ClusterSync(String, ClusterSyncArgs, CustomResourceOptions)

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

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

The unique name of the resource

ClusterSyncArgs 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

ClusterId

The cluster ID that is syncing (string)

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

DefaultProjectId

(Computed) Default project ID for the cluster sync (string)

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

KubeConfig

(Computed/Sensitive) Kube Config generated for the cluster sync (string)

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

NodePoolIds

The node pool IDs used by the cluster id (list)

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

Synced

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

SystemProjectId

(Computed) System project ID for the cluster sync (string)

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

WaitMonitoring

Wait until monitoring is up and running. Default: false (bool)

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

Methods

View Source

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

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

Declaration
public static ClusterSync Get(string name, Input<string> id, ClusterSyncState 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.

ClusterSyncState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

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