Class ClusterTemplateTemplateRevisionClusterConfigRkeConfigUpgradeStrategyDrainInputArgs
Inheritance
System.Object
ClusterTemplateTemplateRevisionClusterConfigRkeConfigUpgradeStrategyDrainInputArgs
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterTemplateTemplateRevisionClusterConfigRkeConfigUpgradeStrategyDrainInputArgs : ResourceArgs
Constructors
View SourceClusterTemplateTemplateRevisionClusterConfigRkeConfigUpgradeStrategyDrainInputArgs()
Declaration
public ClusterTemplateTemplateRevisionClusterConfigRkeConfigUpgradeStrategyDrainInputArgs()
Properties
View SourceDeleteLocalData
Declaration
public Input<bool> DeleteLocalData { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Force
Declaration
public Input<bool> Force { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
GracePeriod
Declaration
public Input<int> GracePeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
IgnoreDaemonSets
Declaration
public Input<bool> IgnoreDaemonSets { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Timeout
Declaration
public Input<int> Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |