View Source GoogleApi.Connectors.V1.Model.NetworkConfig (google_api_connectors v0.9.0)

Regional Network Config.

Attributes

  • egressIps (type: list(String.t), default: nil) - Output only. Egress IPs
  • egressMode (type: String.t, default: nil) - Optional. Egress mode for the network.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.NetworkConfig{
  egressIps: [String.t()] | nil,
  egressMode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.