> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
> Use this file to discover all available pages before exploring further.

# nebius_vpc_v1_network resource

Defines a Network, which serves as a virtual representation of a traditional LAN
within a cloud environment.
Networks facilitate communication between subnets.

## Schema

### Required

* `parent_id` (String) Identifier of the parent resource to which the resource belongs.

### Optional

* `ipv4_private_pools` (Attributes) :

  Pools for private IPv4 addresses.
  Default private pools will be created if not specified.
  Default private pools are referred here
  [https://docs.nebius.com/vpc/addressing/available-addresses](https://docs.nebius.com/vpc/addressing/available-addresses) (see [below for nested schema](#nestedatt--ipv4_private_pools))
* `ipv4_public_pools` (Attributes) :

  Pools for public IPv4 addresses.
  Default public pool will be used if not specified. (see [below for nested schema](#nestedatt--ipv4_public_pools))
* `labels` (Map of String) Labels associated with the resource.
* `metadata` (Attributes) :

  Metadata for the network resource.
  `metadata.parent_id` represents IAM container

  #### Inner value description

  Common resource metadata. (see [below for nested schema](#nestedatt--metadata))
* `name` (String) Human readable name for the resource.

### Read-Only

* `created_at` (String) :

  Timestamp indicating when the resource was created.

  A string representing a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ` or `YYYY-MM-DDTHH:MM:SS.SSS±HH:MM`
* `id` (String) Identifier for the resource, unique for its resource type.
* `resource_version` (Number) :

  Version of the resource for safe concurrent modifications and consistent reads.
  Positive and monotonically increases on each resource spec change (but *not* on each change of the
  resource's container(s) or status).
  Service allows zero value or current.
* `status` (Attributes) Status of the network. (see [below for nested schema](#nestedatt--status))
* `updated_at` (String) :

  Timestamp indicating when the resource was last updated.

  A string representing a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ` or `YYYY-MM-DDTHH:MM:SS.SSS±HH:MM`

<a id="nestedatt--ipv4_private_pools" />

### Nested Schema for `ipv4_private_pools`

Optional:

* `pools` (Attributes List) (see [below for nested schema](#nestedatt--ipv4_private_pools--pools))

<a id="nestedatt--ipv4_private_pools--pools" />

### Nested Schema for `ipv4_private_pools.pools`

Optional:

* `id` (String) ID of the pool.

<a id="nestedatt--ipv4_public_pools" />

### Nested Schema for `ipv4_public_pools`

Optional:

* `pools` (Attributes List) (see [below for nested schema](#nestedatt--ipv4_public_pools--pools))

<a id="nestedatt--ipv4_public_pools--pools" />

### Nested Schema for `ipv4_public_pools.pools`

Optional:

* `id` (String) ID of the pool.

<a id="nestedatt--metadata" />

### Nested Schema for `metadata`

<a id="nestedatt--status" />

### Nested Schema for `status`

Read-Only:

* `default_route_table_id` (String) ID of the network's default route table.
* `state` (String) :

  Current state of the network.

  #### Supported values

  Enumeration of possible states of the network.
  Possible values:

  * `STATE_UNSPECIFIED` - Default state, unspecified.
  * `CREATING` - Network is being created.
  * `READY` - Network is ready for use.
  * `DELETING` - Network is being deleted.
