Skip to content

[Feature] - PrivateNetwork deprecation for VPC #623

@ddymko

Description

@ddymko

Private networks have been deprecated in favor for VPC

https://www.vultr.com/api/#tag/private-Networks
https://www.vultr.com/api/#tag/VPCs

Private Network

Private Network routes are deprecated.

Use the new VPC routes instead.

Instances

The attach_private_network and enable_private_network fields are deprecated.

Use the new attach_vpc and enable_vpc fields instead. This affects the following calls:

Create instance
Update instance

The following endpoints are deprecated:

List Instance Private networks
Attach Private Network
Detach Private Network

Use these new endpoints instead:

List Instance VPCs
Attach VPC
Detach VPC

Load Balancers

The private_network field is deprecated.

Use vpc instead. This affects the following calls:

Create Load Balancer
Update Load Balancer

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions