Vercel/networking
@swamp/vercel/networkingv2026.08.03.3
01README
Vercel networking infrastructure models
02Release Notes
- Updated: networks
03Models
@swamp/vercel/networking/networksv2026.08.03.3networks.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| teamId? | string | Vercel team ID |
| slug? | string | Vercel team slug (alternative to teamId) |
| name | string | The name of the network |
| awsAvailabilityZoneIds? | array | |
| cidr | string | The CIDR block of the network |
| region | string | The region where the network will be created |
| token? | string | Vercel API token; overrides the VERCEL_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
fn create()
Create a Networks
fn get(id: string)
Get a Networks
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Networks |
fn lookup()
Look up an existing Networks by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Networks by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Networks to import |
fn update(identifier?: string)
Update Networks attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Networks by id (e.g. one discovered by list) |
fn delete(id: string)
Delete the Networks
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Networks |
fn sync(identifier?: string)
Sync Networks state from Vercel
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Networks by id (e.g. one discovered by list) |
Resources
state(infinite)— Networks resource state
04Previous Versions
2026.08.03.2
- Updated: networks
05Stats
A
100 / 100
Downloads
0
Archive size
10.6 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms
07Labels