View Source GoogleApi.WorkloadManager.V1.Model.Database (google_api_workload_manager v0.2.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.