GoogleApi.ServiceNetworking.V1.Model.Range (google_api_service_networking v0.29.1) View Source

Represents a found unused range.

Attributes

  • ipCidrRange (type: String.t, default: nil) - CIDR range in "10.x.x.x/y" format that is within the allocated ranges and currently unused.
  • network (type: String.t, default: nil) - In the Shared VPC host project, the VPC network that's peered with the consumer network. For example: projects/1234321/global/networks/host-network

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.Range{
  ipCidrRange: String.t() | nil,
  network: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.