GoogleApi.Memcache.V1beta2.Model.DenyMaintenancePeriod (google_api_memcache v0.26.0)
View SourceDenyMaintenancePeriod definition. Maintenance is forbidden within the deny period. The start_date must be less than the end_date.
Attributes
-
endDate
(type:GoogleApi.Memcache.V1beta2.Model.Date.t
, default:nil
) - Deny period end date. This can be: A full date, with non-zero year, month and day values. A month and day value, with a zero year. Allows recurring deny periods each year. Date matching this period will have to be before the end. -
startDate
(type:GoogleApi.Memcache.V1beta2.Model.Date.t
, default:nil
) - Deny period start date. This can be: A full date, with non-zero year, month and day values. A month and day value, with a zero year. Allows recurring deny periods each year. Date matching this period will have to be the same or after the start. -
time
(type:GoogleApi.Memcache.V1beta2.Model.TimeOfDay.t
, default:nil
) - Time in UTC when the Blackout period starts on start_date and ends on end_date. This can be: Full time. All zeros for 00:00:00 UTC
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Memcache.V1beta2.Model.DenyMaintenancePeriod{ endDate: GoogleApi.Memcache.V1beta2.Model.Date.t() | nil, startDate: GoogleApi.Memcache.V1beta2.Model.Date.t() | nil, time: GoogleApi.Memcache.V1beta2.Model.TimeOfDay.t() | nil }