google_api_container v0.18.0 GoogleApi.Container.V1.Model.NetworkConfig View Source

NetworkConfig reports the relative names of network & subnetwork.

Attributes

  • enableIntraNodeVisibility (type: boolean(), default: nil) - Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.
  • network (type: String.t, default: nil) - Output only. The relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network
  • subnetwork (type: String.t, default: nil) - Output only. The relative name of the Google Compute Engine subnetwork to which the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Container.V1.Model.NetworkConfig{
  enableIntraNodeVisibility: boolean(),
  network: String.t(),
  subnetwork: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.