GoogleApi.Memcache.V1.Model.UpdatePolicy (google_api_memcache v0.11.0) View Source
Maintenance 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. User can specify zero or more non-overlapping deny periods. For V1, Maximum number of deny_maintenance_periods is expected to be one. -
window
(type:GoogleApi.Memcache.V1.Model.MaintenanceWindow.t
, default:nil
) - Optional. Maintenance window that is applied to resources covered by this policy.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Memcache.V1.Model.UpdatePolicy{ channel: String.t(), denyMaintenancePeriods: [ GoogleApi.Memcache.V1.Model.DenyMaintenancePeriod.t() ], window: GoogleApi.Memcache.V1.Model.MaintenanceWindow.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.