View Source GoogleApi.Compute.V1.Model.RouterAdvertisedIpRange (google_api_compute v0.56.0)

Description-tagged IP ranges for the router to advertise.

Attributes

  • description (type: String.t, default: nil) - User-specified description for the IP range.
  • range (type: String.t, default: nil) - The IP range to advertise. The value must be a CIDR-formatted string.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.