Virtual Private Cloud API, gRPC: NetworkService.List
Retrieves the list of Network resources in the specified folder.
gRPC request
rpc List (ListNetworksRequest) returns (ListNetworksResponse)
ListNetworksRequest
{
"folderId": "string",
"pageSize": "int64",
"pageToken": "string",
"filter": "string"
}
Field |
Description |
folderId |
string Required field. ID of the folder to list networks in. |
pageSize |
int64 The maximum number of results per page to return. If the number of available |
pageToken |
string Page token. To get the next page of results, set |
filter |
string A filter expression that filters resources listed in the response.
|
ListNetworksResponse
{
"networks": [
{
"id": "string",
"folderId": "string",
"createdAt": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"labels": "string",
"defaultSecurityGroupId": "string"
}
],
"nextPageToken": "string"
}
Field |
Description |
networks[] |
List of Network resources. |
nextPageToken |
string This token allows you to get the next page of results for list requests. If the number of results |
Network
A Network resource. For more information, see Networks.
Field |
Description |
id |
string ID of the network. |
folderId |
string ID of the folder that the network belongs to. |
createdAt |
Creation timestamp in RFC3339 |
name |
string Name of the network. |
description |
string Optional description of the network. 0-256 characters long. |
labels |
string Resource labels as |
defaultSecurityGroupId |
string ID of default security group for network. |