Class RecoveryConfig
The Recovery settings of an environment.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1.Data
Assembly: Google.Apis.CloudComposer.v1.dll
Syntax
public class RecoveryConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ScheduledSnapshotsConfig
Optional. The configuration for scheduled snapshot creation mechanism.
Declaration
[JsonProperty("scheduledSnapshotsConfig")]
public virtual ScheduledSnapshotsConfig ScheduledSnapshotsConfig { get; set; }
Property Value
Type | Description |
---|---|
ScheduledSnapshotsConfig |