Class EtcdBackupBackupConfig
Inheritance
System.Object
EtcdBackupBackupConfig
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.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class EtcdBackupBackupConfig
Fields
View SourceEnabled
Enable etcd backup (bool)
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IntervalHours
Interval hours for etcd backup. Default 12 (int)
Declaration
public readonly int? IntervalHours
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Retention
Retention for etcd backup. Default 6 (int)
Declaration
public readonly int? Retention
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
S3BackupConfig
S3 config options for etcd backup. Valid for imported and rke clusters. (list maxitems:1)
Declaration
public readonly EtcdBackupBackupConfigS3BackupConfig S3BackupConfig
Field Value
| Type | Description |
|---|---|
| EtcdBackupBackupConfigS3BackupConfig |
SafeTimestamp
Declaration
public readonly bool? SafeTimestamp
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |