GoogleApi.WorkloadManager.V1.Model.Database (google_api_workload_manager v0.12.0)

View Source

The database for sqlserver

Attributes

  • backupFile (type: String.t, default: nil) - Output only. The backup file
  • backupSchedule (type: String.t, default: nil) - Output only. The backup schedule
  • hostVm (type: String.t, default: nil) - Output only. The host VM
  • name (type: String.t, default: nil) - Output only. The database name

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.Database{
  backupFile: String.t() | nil,
  backupSchedule: String.t() | nil,
  hostVm: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.