View Source GoogleApi.NetworkConnectivity.V1.Model.LinkedVpcNetwork (google_api_network_connectivity v0.4.0)

An existing VPC network.

Attributes

  • excludeExportRanges (type: list(String.t), default: nil) - Optional. IP ranges encompassing the subnets to be excluded from peering.
  • uri (type: String.t, default: nil) - Required. The URI of the VPC network resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.LinkedVpcNetwork{
  excludeExportRanges: [String.t()] | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.