Show / Hide Table of Contents

Class RecoveryConfig

The Recovery settings of an environment.

Inheritance
object
RecoveryConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX