DenyMaintenancePeriod(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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.
Attributes |
|
---|---|
Name | Description |
start_date |
google.type.date_pb2.Date
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 |
end_date |
google.type.date_pb2.Date
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 |
time |
google.type.timeofday_pb2.TimeOfDay
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 |