Class ClusterSyncState
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 ClusterSyncState : ResourceArgs
Constructors
View SourceClusterSyncState()
Declaration
public ClusterSyncState()
Properties
View SourceClusterId
The cluster ID that is syncing (string)
Declaration
public Input<string> ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultProjectId
(Computed) Default project ID for the cluster sync (string)
Declaration
public Input<string> DefaultProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KubeConfig
(Computed/Sensitive) Kube Config generated for the cluster sync (string)
Declaration
public Input<string> KubeConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NodePoolIds
The node pool IDs used by the cluster id (list)
Declaration
public InputList<string> NodePoolIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Synced
Declaration
public Input<bool> Synced { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
SystemProjectId
(Computed) System project ID for the cluster sync (string)
Declaration
public Input<string> SystemProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WaitMonitoring
Wait until monitoring is up and running. Default: false (bool)
Declaration
public Input<bool> WaitMonitoring { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |