Class UpdateMaintenanceWindowDetails
Defines the maintenance window for update operation, when automatic actions can be performed.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class UpdateMaintenanceWindowDetails
Properties
Day
Declaration
[Required(ErrorMessage = "Day is required.")]
[JsonProperty(PropertyName = "day")]
[JsonConverter(typeof(StringEnumConverter))]
public Day? Day { get; set; }
Property Value
Type | Description |
---|---|
Day? | Days of the week. |
Remarks
Required
StartHour
Declaration
[Required(ErrorMessage = "StartHour is required.")]
[JsonProperty(PropertyName = "startHour")]
public int? StartHour { get; set; }
Property Value
Type | Description |
---|---|
int? | Start hour for maintenance period. Hour is in UTC. |
Remarks
Required