REST Resource: projects.locations.zones.networks

Resource: Network

Message describing Network object

JSON representation
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "description": string,
  "mtu": integer
}
Fields
name

string

Required. The canonical resource name of the network.

createTime

string (Timestamp format)

Output only. The time when the network was created.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. The time when the network was last updated.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

labels

map (key: string, value: string)

Labels associated with this resource.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

description

string

Optional. A free-text description of the resource. Max length 1024 characters.

mtu

integer

IP (L3) MTU value of the network. Valid values are: 1500 and 9000. Default to 1500 if not set.

Methods

create

Creates a new Network in a given project and location.

delete

Deletes a single Network.

diagnose

Get the diagnostics of a single network resource.

get

Gets details of a single Network.

list

Lists Networks in a given project and location.