GoogleApi.ServiceNetworking.V1.Model.GoogleCloudServicenetworkingV1ConsumerConfigReservedRange (google_api_service_networking v0.40.0)

View Source

Allocated IP address ranges for this private service access connection.

Attributes

  • address (type: String.t, default: nil) - The starting address of the reserved range. The address must be a valid IPv4 address in the x.x.x.x format. This value combined with the IP prefix length is the CIDR range for the reserved range.
  • ipPrefixLength (type: integer(), default: nil) - The prefix length of the reserved range.
  • name (type: String.t, default: nil) - The name of the reserved range.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ServiceNetworking.V1.Model.GoogleCloudServicenetworkingV1ConsumerConfigReservedRange{
    address: String.t() | nil,
    ipPrefixLength: integer() | nil,
    name: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.