View Source GoogleApi.Compute.V1.Model.RouterBgpPeerCustomLearnedIpRange (google_api_compute v0.56.2)

Attributes

  • range (type: String.t, default: nil) - The custom learned route IP address range. Must be a valid CIDR-formatted prefix. If an IP address is provided without a subnet mask, it is interpreted as, for IPv4, a /32 singular IP address range, and, for IPv6, /128.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.RouterBgpPeerCustomLearnedIpRange{
  range: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.