Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



Networks

Represents a Network resource. See the Networking documentation for more information.

For a list of methods for this resource, see the end of this page.

Resource representations

A Network resource.

{
  "kind": "compute#network",
  "selfLink": string,
  "id": unsigned long,
  "creationTimestamp": string,
  "name": string,
  "description": string,
  "IPv4Range": string,
  "gatewayIPv4": string
}
Property name Value Description Notes
IPv4Range string The range of internal addresses that are legal on this network. This range is a CIDR specification, for example: 192.168.0.0/16 . Provided by the client when the network is created.
creationTimestamp string [Output Only] Creation timestamp in RFC3339 text format.
description string An optional textual description of the resource. This is defined by the client when the resource is created.
gatewayIPv4 string A gateway address for default routing to other networks. This value is read only and is selected by the Google Compute Engine, typically as the first usable address in the IPv4Range.
id unsigned long [Output Only] Unique identifier for the resource. This is generated by the server.
kind string [Output Only] Type of the resource. Always compute#network .
name string Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply
with
RFC1035 . Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?
which means
the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or
digit, except the last character, which cannot be a dash.

Methods

The following are valid Network resource methods:

delete
Deletes the specified network resource.
get
Returns the specified network resource.
insert
Creates a network resource in the specified project using the data included in the request.
list
Retrieves the list of network resources available to the specified project.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.