Resource: Network
Message describing Network object
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "description": string, "mtu": integer } |
Fields | |
---|---|
name |
Required. The canonical resource name of the network. |
create |
Output only. The time when the network was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
update |
Output only. The time when the network was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels |
Labels associated with this resource. An object containing a list of |
description |
Optional. A free-text description of the resource. Max length 1024 characters. |
mtu |
IP (L3) MTU value of the network. Valid values are: 1500 and 9000. Default to 1500 if not set. |
Methods |
|
---|---|
|
Creates a new Network in a given project and location. |
|
Deletes a single Network. |
|
Get the diagnostics of a single network resource. |
|
Gets details of a single Network. |
|
Lists Networks in a given project and location. |