Class ScheduledSnapshotsConfig
The configuration for scheduled snapshot creation mechanism.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1.Data
Assembly: Google.Apis.CloudComposer.v1.dll
Syntax
public class ScheduledSnapshotsConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Enabled
Optional. Whether scheduled snapshots creation is enabled.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SnapshotCreationSchedule
Optional. The cron expression representing the time when snapshots creation mechanism runs. This field is subject to additional validation around frequency of execution.
Declaration
[JsonProperty("snapshotCreationSchedule")]
public virtual string SnapshotCreationSchedule { get; set; }
Property Value
Type | Description |
---|---|
string |
SnapshotLocation
Optional. The Cloud Storage location for storing automatically created snapshots.
Declaration
[JsonProperty("snapshotLocation")]
public virtual string SnapshotLocation { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeZone
Optional. Time zone that sets the context to interpret snapshot_creation_schedule.
Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
Type | Description |
---|---|
string |