public sealed class RecoveryConfig : IMessage<RecoveryConfig>, IEquatable<RecoveryConfig>, IDeepCloneable<RecoveryConfig>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Composer v1 API class RecoveryConfig.
The Recovery settings of an environment.
Implements
IMessageRecoveryConfig, IEquatableRecoveryConfig, IDeepCloneableRecoveryConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
RecoveryConfig()
public RecoveryConfig()RecoveryConfig(RecoveryConfig)
public RecoveryConfig(RecoveryConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
RecoveryConfig |
Properties
ScheduledSnapshotsConfig
public ScheduledSnapshotsConfig ScheduledSnapshotsConfig { get; set; }Optional. The configuration for scheduled snapshot creation mechanism.
| Property Value | |
|---|---|
| Type | Description |
ScheduledSnapshotsConfig |
|