Network

September 1, 2026 ยท View on GitHub

Example Usage

import { Network } from "@vercel/sdk/models/network.js";

let value: Network = {
  awsAccountId: "<id>",
  awsRegion: "<value>",
  cidr: "<value>",
  createdAt: 3758.06,
  id: "<id>",
  name: "<value>",
  status: "create_in_progress",
  teamId: "<id>",
};

Fields

FieldTypeRequiredDescription
awsAccountIdstring:heavy_check_mark:The ID of the AWS Account in which the network exists.
awsAvailabilityZoneIdsstring[]:heavy_minus_sign:The IDs of the AWS Availability Zones in which the network exists, if specified during creation.
awsRegionstring:heavy_check_mark:The AWS Region in which the network exists.
cidrstring:heavy_check_mark:The CIDR range of the Network.
createdAtnumber:heavy_check_mark:The date at which the Network was created, represented as a UNIX timestamp since EPOCH.
egressIpAddressesstring[]:heavy_minus_sign:N/A
hostedZonesmodels.HostedZones:heavy_minus_sign:Metadata about any AWS Route53 Hosted Zones associated with the Network.
idstring:heavy_check_mark:The unique identifier of the Network.
namestring:heavy_check_mark:The name of the network.
peeringConnectionsmodels.PeeringConnections:heavy_minus_sign:Metadata about any AWS Route53 Hosted Zones associated with the Network.
projectsmodels.Projects:heavy_minus_sign:Metadata about any projects associated with the Network.
regionstring:heavy_minus_sign:The Vercel region in which the Network exists.
statusmodels.Status:heavy_check_mark:The status of the Network.
teamIdstring:heavy_check_mark:The unique identifier of the Team that owns the Network.
vpcIdstring:heavy_minus_sign:The ID of the VPC which hosts the network.