Class ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigArgs
Inheritance
System.Object
ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigArgs
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 ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigArgs : ResourceArgs
Constructors
View SourceClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigArgs()
Declaration
public ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigArgs()
Properties
View SourceEnabled
Enable cluster template revision. Default true (bool)
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IntervalHours
Declaration
public Input<int> IntervalHours { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Retention
Declaration
public Input<int> Retention { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
S3BackupConfig
Declaration
public Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigS3BackupConfigArgs> S3BackupConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigS3BackupConfigArgs> |
SafeTimestamp
Declaration
public Input<bool> SafeTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |