Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Virtual Private Cloud
  • Getting started
  • DDoS Protection
  • Access management
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • ListSubnets
        • ListSecurityGroups
        • ListRouteTables
        • ListOperations
        • Move
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • gRPC request
  • GetNetworkRequest
  • Network
  1. API reference
  2. gRPC
  3. Network
  4. Get

Virtual Private Cloud API, gRPC: NetworkService.Get

Written by
Yandex Cloud
Updated at December 17, 2024
  • gRPC request
  • GetNetworkRequest
  • Network

Returns the specified Network resource.

Get the list of available Network resources by making a List request.

gRPC requestgRPC request

rpc Get (GetNetworkRequest) returns (Network)

GetNetworkRequestGetNetworkRequest

{
  "network_id": "string"
}

Field

Description

network_id

string

Required field. ID of the Network resource to return.
To get the network ID, use a NetworkService.List request.

NetworkNetwork

{
  "id": "string",
  "folder_id": "string",
  "created_at": "google.protobuf.Timestamp",
  "name": "string",
  "description": "string",
  "labels": "map<string, string>",
  "default_security_group_id": "string"
}

A Network resource. For more information, see Networks.

Field

Description

id

string

ID of the network.

folder_id

string

ID of the folder that the network belongs to.

created_at

google.protobuf.Timestamp

Creation timestamp in RFC3339 text format.

name

string

Name of the network.
The name is unique within the folder.
Value must match the regular expression \\|[a-zA-Z]([-_a-zA-Z0-9]{0,61}[a-zA-Z0-9])?.

description

string

Optional description of the network. 0-256 characters long.

labels

object (map<string, string>)

Resource labels as key:value pairs.
No more than 64 per resource.
The maximum string length in characters for each value is 63.
Each value must match the regular expression [-_0-9a-z]*.
The string length in characters for each key must be 1-63.
Each key must match the regular expression [a-z][-_0-9a-z]*.

default_security_group_id

string

ID of default security group for network.

Was the article helpful?

Previous
Overview
Next
List
© 2025 Direct Cursus Technology L.L.C.