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

bec support vpc networkType #16

Open
lev-gc opened this issue Jun 30, 2023 · 3 comments
Open

bec support vpc networkType #16

lev-gc opened this issue Jun 30, 2023 · 3 comments

Comments

@lev-gc
Copy link

lev-gc commented Jun 30, 2023

Now we can create bec with vpc network type by the param deployInstances[].networkType and deployInstances[].vpcId/subnetId when using openapi.

And it's suppoted in the Go SDK in the vendor dir, but not in this provider (service/bec/data_source_vm_instances.go).

Will support?

@BenBeng
Copy link
Contributor

BenBeng commented Jun 30, 2023

I noticed you mentioned data_source_vm_instances.go, so what you need is to filter the instance list through networkType/vpcId/subnetId, is that right?

Or specify networkType when creating an instance?

@lev-gc
Copy link
Author

lev-gc commented Jun 30, 2023

My mistake.
I mean resource_vm_instance.go

@BenBeng
Copy link
Contributor

BenBeng commented Jul 3, 2023

API and SDK have been verified, and provider will be updated later.

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

No branches or pull requests

2 participants