google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.RouterAdvertisedIpRange View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.RouterAdvertisedIpRange{
  description: String.t(),
  range: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.