Show / Hide Table of Contents

Class GoldengateMaintenanceWindow

The maintenance window of the GoldengateDeployment.

Inheritance
object
GoldengateMaintenanceWindow
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 GoldengateMaintenanceWindow : IDirectResponseSchema

Properties

Day

Required. Days of the week.

Declaration
[JsonProperty("day")]
public virtual string Day { 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

StartHour

Required. Start hour for maintenance period. Hour is in UTC.

Declaration
[JsonProperty("startHour")]
public virtual int? StartHour { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX