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

Maintenance settings associated with instance. Allows service producers and end users to assign settings that controls maintenance on this instance.

Attributes

  • exclude (type: boolean(), default: nil) - Optional. Exclude instance from maintenance. When true, rollout service will not attempt maintenance on the instance. Rollout service will include the instance in reported rollout progress as not attempted.
  • isRollback (type: boolean(), default: nil) - Optional. If the update call is triggered from rollback, set the value as true.
  • maintenancePolicies (type: %{optional(String.t) => GoogleApi.Memcache.V1beta2.Model.MaintenancePolicy.t}, default: nil) - Optional. The MaintenancePolicies that have been attached to the instance. The key must be of the type name of the oneof policy name defined in MaintenancePolicy, and the embedded policy must define the same policy type. For details, please refer to go/mr-user-guide. Should not be set if maintenance_policy_names is set. If only the name is needed, then only populate MaintenancePolicy.name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Memcache.V1beta2.Model.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings{
    exclude: boolean() | nil,
    isRollback: boolean() | nil,
    maintenancePolicies:
      %{
        optional(String.t()) =>
          GoogleApi.Memcache.V1beta2.Model.MaintenancePolicy.t()
      }
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.