google-cloud-python icon indicating copy to clipboard operation
google-cloud-python copied to clipboard

Python Scripts for New VmWare Engine Standard Network

Open harman93singh opened this issue 2 years ago • 1 comments

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

harman93singh avatar Nov 30 '23 19:11 harman93singh

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

ohmayr avatar Dec 04 '23 15:12 ohmayr