Class GoldengateMaintenanceWindow
The maintenance window of the GoldengateDeployment.
Implements
Inherited Members
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? |