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

View Source

Request to search for an unused range within allocated ranges.

Attributes

  • ipPrefixLength (type: integer(), default: nil) - Required. The prefix length of the IP range. Use usual CIDR range notation. For example, '30' to find unused x.x.x.x/30 CIDR range. Actual range will be determined using allocated range for the consumer peered network and returned in the result.
  • network (type: String.t, default: nil) - Network name in the consumer project. This network must have been already peered with a shared VPC network using CreateConnection method. Must be in a form 'projects/{project}/global/networks/{network}'. {project} is a project number, as in '12345' {network} is network name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.