GoogleApi.ServiceNetworking.V1.Model.SecondaryIpRange (google_api_service_networking v0.30.0) View Source

Attributes

  • ipCidrRange (type: String.t, default: nil) - Secondary IP CIDR range in x.x.x.x/y format.
  • rangeName (type: String.t, default: nil) - Name of the secondary IP range.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ServiceNetworking.V1.Model.SecondaryIpRange{
  ipCidrRange: String.t() | nil,
  rangeName: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.