Class ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigGetArgs
Inheritance
System.Object
ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigGetArgs
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 ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigGetArgs : ResourceArgs
Constructors
View SourceClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigGetArgs()
Declaration
public ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigGetArgs()
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<ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigS3BackupConfigGetArgs> S3BackupConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigS3BackupConfigGetArgs> |
SafeTimestamp
Declaration
public Input<bool> SafeTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |