public sealed class ResourceMaintenanceDenySchedule : IMessage<ResourceMaintenanceDenySchedule>, IEquatable<ResourceMaintenanceDenySchedule>, IDeepCloneable<ResourceMaintenanceDenySchedule>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class ResourceMaintenanceDenySchedule.
Deny maintenance period for the database resource. It specifies the time range during which the maintenance cannot start. This is configured by the customer.
Implements
IMessageResourceMaintenanceDenySchedule, IEquatableResourceMaintenanceDenySchedule, IDeepCloneableResourceMaintenanceDenySchedule, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
ResourceMaintenanceDenySchedule()
public ResourceMaintenanceDenySchedule()ResourceMaintenanceDenySchedule(ResourceMaintenanceDenySchedule)
public ResourceMaintenanceDenySchedule(ResourceMaintenanceDenySchedule other)| Parameter | |
|---|---|
| Name | Description |
other |
ResourceMaintenanceDenySchedule |
Properties
EndDate
public Date EndDate { get; set; }Optional. Deny period end date.
| Property Value | |
|---|---|
| Type | Description |
Date |
|
StartDate
public Date StartDate { get; set; }Optional. The start date of the deny maintenance period.
| Property Value | |
|---|---|
| Type | Description |
Date |
|
Time
public TimeOfDay Time { get; set; }Optional. Time in UTC when the deny period starts on start_date and ends on end_date.
| Property Value | |
|---|---|
| Type | Description |
TimeOfDay |
|