Skip to main content
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 (see below for nested schema)
  • ipv4_public_pools (Attributes) : Pools for public IPv4 addresses. Default public pool will be used if not specified. (see below for nested schema)
  • 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)
  • 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 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)
  • updated_at (String) : Timestamp indicating when the resource was last updated. A string representing a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ or YYYY-MM-DDTHH:MM:SS.SSS±HH:MM

Nested Schema for ipv4_private_pools

Optional:

Nested Schema for ipv4_private_pools.pools

Optional:
  • id (String) ID of the pool.

Nested Schema for ipv4_public_pools

Optional:

Nested Schema for ipv4_public_pools.pools

Optional:
  • id (String) ID of the pool.

Nested Schema for metadata

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.