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. |
|
selfLink
|
string
|
[Output Only] Server-defined fully-qualified URL for this resource. |
Methods
The following are valid Network resource methods: