public sealed class MaintenanceUpdatePolicy.Types.DenyMaintenancePeriod : IMessage<MaintenanceUpdatePolicy.Types.DenyMaintenancePeriod>, IEquatable<MaintenanceUpdatePolicy.Types.DenyMaintenancePeriod>, IDeepCloneable<MaintenanceUpdatePolicy.Types.DenyMaintenancePeriod>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1alpha API class MaintenanceUpdatePolicy.Types.DenyMaintenancePeriod.
DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this deny period. The start_date must be less than the end_date.
Implements
IMessageMaintenanceUpdatePolicyTypesDenyMaintenancePeriod, IEquatableMaintenanceUpdatePolicyTypesDenyMaintenancePeriod, IDeepCloneableMaintenanceUpdatePolicyTypesDenyMaintenancePeriod, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.dll
Constructors
DenyMaintenancePeriod()
public DenyMaintenancePeriod()DenyMaintenancePeriod(DenyMaintenancePeriod)
public DenyMaintenancePeriod(MaintenanceUpdatePolicy.Types.DenyMaintenancePeriod other)| Parameter | |
|---|---|
| Name | Description |
other |
MaintenanceUpdatePolicyTypesDenyMaintenancePeriod |
Properties
EndDate
public Date EndDate { get; set; }Deny period end date. This can be:
- A full date, with non-zero year, month and day values OR
- A month and day value, with a zero year for recurring
| Property Value | |
|---|---|
| Type | Description |
Date |
|
StartDate
public Date StartDate { get; set; }Deny period start date. This can be:
- A full date, with non-zero year, month and day values OR
- A month and day value, with a zero year for recurring
| Property Value | |
|---|---|
| Type | Description |
Date |
|
Time
public TimeOfDay Time { get; set; }Time in UTC when the deny period starts on start_date and ends on end_date. This can be:
- Full time OR
- All zeros for 00:00:00 UTC
| Property Value | |
|---|---|
| Type | Description |
TimeOfDay |
|