Database Center v1beta API - Class ResourceMaintenanceDenySchedule (1.0.0-beta03)

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

Reference 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.

Inheritance

object > ResourceMaintenanceDenySchedule

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

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