View Source GoogleApi.DataMigration.V1.Model.DataCacheConfig (google_api_data_migration v0.13.0)

Data cache is an optional feature available for Cloud SQL for MySQL Enterprise Plus edition only. For more information on data cache, see Data cache overview in Cloud SQL documentation.

Attributes

  • dataCacheEnabled (type: boolean(), default: nil) - Optional. Whether data cache is enabled for the instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.DataCacheConfig{
  dataCacheEnabled: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.