View Source GoogleApi.Memcache.V1beta2.Model.UpdatePolicy (google_api_memcache v0.21.1)

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.V1beta2.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.V1beta2.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.V1beta2.Model.UpdatePolicy{
  channel: String.t() | nil,
  denyMaintenancePeriods:
    [GoogleApi.Memcache.V1beta2.Model.DenyMaintenancePeriod.t()] | nil,
  window: GoogleApi.Memcache.V1beta2.Model.MaintenanceWindow.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.