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 .
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
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