Show / Hide Table of Contents

Class GoldengateBackupSchedule

The backup schedule of the GoldengateDeployment.

Inheritance
object
GoldengateBackupSchedule
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.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateBackupSchedule : IDirectResponseSchema

Properties

BackupScheduledTime

object representation of BackupScheduledTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use BackupScheduledTimeDateTimeOffset instead.")]
public virtual object BackupScheduledTime { get; set; }
Property Value
Type Description
object

BackupScheduledTimeDateTimeOffset

DateTimeOffset representation of BackupScheduledTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? BackupScheduledTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

BackupScheduledTimeRaw

Output only. The timestamp of when the backup was scheduled.

Declaration
[JsonProperty("backupScheduledTime")]
public virtual string BackupScheduledTimeRaw { get; set; }
Property Value
Type Description
string

Bucket

Output only. The bucket name.

Declaration
[JsonProperty("bucket")]
public virtual string Bucket { get; set; }
Property Value
Type Description
string

CompartmentId

Output only. The compartment id.

Declaration
[JsonProperty("compartmentId")]
public virtual string CompartmentId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FrequencyBackupScheduled

Output only. The frequency backup scheduled.

Declaration
[JsonProperty("frequencyBackupScheduled")]
public virtual string FrequencyBackupScheduled { get; set; }
Property Value
Type Description
string

MetadataOnly

Output only. If metadata only.

Declaration
[JsonProperty("metadataOnly")]
public virtual bool? MetadataOnly { get; set; }
Property Value
Type Description
bool?

Namespace__

Output only. The namespace name.

Declaration
[JsonProperty("namespace")]
public virtual string Namespace__ { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX