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

View Source

The load balancer for sqlserver

Attributes

  • ip (type: String.t, default: nil) - Output only. The IP address
  • vm (type: String.t, default: nil) - Output only. The VM name

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.LoadBalancerServer{
  ip: String.t() | nil,
  vm: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.