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

View Source

The availability groups for sqlserver

Attributes

  • databases (type: list(String.t), default: nil) - Output only. The databases
  • name (type: String.t, default: nil) - Output only. The availability group name
  • primaryServer (type: String.t, default: nil) - Output only. The primary server
  • secondaryServers (type: list(String.t), default: nil) - Output only. The secondary servers

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.AvailabilityGroup{
  databases: [String.t()] | nil,
  name: String.t() | nil,
  primaryServer: String.t() | nil,
  secondaryServers: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.