Oracle Database@Google Cloud v1 API - Class GoldengateMaintenanceWindow (1.6.0)

public sealed class GoldengateMaintenanceWindow : IMessage<GoldengateMaintenanceWindow>, IEquatable<GoldengateMaintenanceWindow>, IDeepCloneable<GoldengateMaintenanceWindow>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateMaintenanceWindow.

The maintenance window of the GoldengateDeployment.

Inheritance

object > GoldengateMaintenanceWindow

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

GoldengateMaintenanceWindow()

public GoldengateMaintenanceWindow()

GoldengateMaintenanceWindow(GoldengateMaintenanceWindow)

public GoldengateMaintenanceWindow(GoldengateMaintenanceWindow other)
Parameter
Name Description
other GoldengateMaintenanceWindow

Properties

Day

public DayOfWeek Day { get; set; }

Required. Days of the week.

Property Value
Type Description
DayOfWeek

StartHour

public int StartHour { get; set; }

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

Property Value
Type Description
int