Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] - PrivateNetwork deprecation for VPC #623

Closed
ddymko opened this issue May 2, 2022 · 1 comment
Closed

[Feature] - PrivateNetwork deprecation for VPC #623

ddymko opened this issue May 2, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ddymko
Copy link
Contributor

ddymko commented May 2, 2022

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

@ddymko ddymko added the enhancement New feature or request label May 2, 2022
@spencerkordecki spencerkordecki added this to the v2.4.0 milestone Jun 6, 2022
@apeters1827
Copy link
Contributor

Hi guys! Can you implement support for working with vpcs with this SDK in the near future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants