Show / Hide Table of Contents

Class ClusterSyncArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterSyncArgs
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 ClusterSyncArgs : ResourceArgs

Constructors

View Source

ClusterSyncArgs()

Declaration
public ClusterSyncArgs()

Properties

View Source

ClusterId

The cluster ID that is syncing (string)

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

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>
View Source

Synced

Declaration
public Input<bool> Synced { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.