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

Python Scripts for New VmWare Engine Standard Network #12077

Open
harman93singh opened this issue Nov 30, 2023 · 1 comment
Open

Python Scripts for New VmWare Engine Standard Network #12077

harman93singh opened this issue Nov 30, 2023 · 1 comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: process A process-related concern. May include testing, release, or the like.

Comments

@harman93singh
Copy link

Hi ,

We have been trying to Create VmWare Engine Network using Google Created Python Functions
vmwareengine/cloud-client/create_legacy_network.py

It seems this supports Legacy Network Creation Only, tried deploying STANDARD Network using the same function updating the below line of code
network.type_ = vmwareengine_v1.VmwareEngineNetwork.Type.STANDARD
but it fails , reason being not supported.

Could you please help us with Python code supporting New Standard VMWare Engine Network creation .

thank you

@ohmayr
Copy link
Contributor

ohmayr commented Dec 4, 2023

Hi @harman93singh, I've created an internal issue to request an update to the public *.proto files which are used to generate this client library. Googlers see: b/314331428

@vchudnov-g vchudnov-g added priority: p2 Moderately-important priority. Fix may not be included in next release. type: process A process-related concern. May include testing, release, or the like. labels Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

No branches or pull requests

3 participants