GoogleApi.Memcache.V1.Model.UpdatePolicy (google_api_memcache v0.26.0)
View SourceMaintenance policy applicable to instance updates.
Attributes
-
channel
(type:String.t
, default:nil
) - Optional. Relative scheduling channel applied to resource. -
denyMaintenancePeriods
(type:list(GoogleApi.Memcache.V1.Model.DenyMaintenancePeriod.t)
, default:nil
) - Deny Maintenance Period that is applied to resource to indicate when maintenance is forbidden. The protocol supports zero-to-many such periods, but the current SLM Rollout implementation only supports zero-to-one. -
window
(type:GoogleApi.Memcache.V1.Model.MaintenanceWindow.t
, default:nil
) - Optional. Maintenance window that is applied to resources covered by this policy.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Memcache.V1.Model.UpdatePolicy{ channel: String.t() | nil, denyMaintenancePeriods: [GoogleApi.Memcache.V1.Model.DenyMaintenancePeriod.t()] | nil, window: GoogleApi.Memcache.V1.Model.MaintenanceWindow.t() | nil }