google_api_replica_pool v0.1.0 GoogleApi.ReplicaPool.V1beta1.Model.AccessConfig View Source

A Compute Engine network accessConfig. Identical to the accessConfig on corresponding Compute Engine resource.

Attributes

  • name (type: String.t, default: nil) - Name of this access configuration.
  • natIp (type: String.t, default: nil) - An external IP address associated with this instance.
  • type (type: String.t, default: nil) - Type of this access configuration file. Currently only ONE_TO_ONE_NAT is supported.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.ReplicaPool.V1beta1.Model.AccessConfig{
  name: String.t(),
  natIp: String.t(),
  type: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.