Cloud Composer v1 API - Class RecoveryConfig (2.1.0)

public sealed class RecoveryConfig : IMessage<RecoveryConfig>, IEquatable<RecoveryConfig>, IDeepCloneable<RecoveryConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Composer v1 API class RecoveryConfig.

The Recovery settings of an environment.

Inheritance

Object > RecoveryConfig

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

RecoveryConfig()

public RecoveryConfig()

RecoveryConfig(RecoveryConfig)

public RecoveryConfig(RecoveryConfig other)
Parameter
NameDescription
otherRecoveryConfig

Properties

ScheduledSnapshotsConfig

public ScheduledSnapshotsConfig ScheduledSnapshotsConfig { get; set; }

Optional. The configuration for scheduled snapshot creation mechanism.

Property Value
TypeDescription
ScheduledSnapshotsConfig