View Source GoogleApi.Container.V1.Model.AdditionalNodeNetworkConfig (google_api_container v0.45.0)

AdditionalNodeNetworkConfig is the configuration for additional node networks within the NodeNetworkConfig message

Attributes

  • network (type: String.t, default: nil) - Name of the VPC where the additional interface belongs
  • subnetwork (type: String.t, default: nil) - Name of the subnetwork where the additional interface belongs

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.AdditionalNodeNetworkConfig{
  network: String.t() | nil,
  subnetwork: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.