Virtual Private Cloud API, REST: Network methods
A set of methods for managing Network resources.
JSON Representation
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "object",
"defaultSecurityGroupId": "string"
}
Field | Description |
---|---|
id | string ID of the network. |
folderId | string ID of the folder that the network belongs to. |
createdAt | string (date-time) Creation timestamp in RFC3339 text format. String in RFC3339 text format. The range of possible values is from To work with values in this field, use the APIs described in the Protocol Buffers reference. In some languages, built-in datetime utilities do not support nanosecond precision (9 digits). |
name | string Name of the network. The name is unique within the folder. Value must match the regular expression |
description | string Optional description of the network. 0-256 characters long. |
labels | object Resource labels as |
defaultSecurityGroupId | string ID of default security group for network. |
Methods
Method | Description |
---|---|
create | Creates a network in the specified folder using the data specified in the request. Method starts an asynchronous operation that can be cancelled while it is in progress. |
delete | Deletes the specified network. |
get | Returns the specified Network resource. |
list | Retrieves the list of Network resources in the specified folder. |
listOperations | Lists operations for the specified network. |
listRouteTables | Lists route tables from the specified network. |
listSecurityGroups | Lists security groups from the specified network. |
listSubnets | Lists subnets from the specified network. |
move | Move network to another folder. |
update | Updates the specified network. Method starts an asynchronous operation that can be cancelled while it is in progress. |