google_api_service_networking v0.5.0 GoogleApi.ServiceNetworking.V1.Model.SearchRangeRequest 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.

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.ServiceNetworking.V1.Model.SearchRangeRequest{
  ipPrefixLength: integer(),
  network: 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.