Reuben Ur Rahman

Results 3 comments of Reuben Ur Rahman

**+1** We had to add a bad warning message for the customer to not try the upload API from redocly portal and instead asked them to use their favorite REST...

Hi @hartsock I have no problem to share if my name is mentioned ;) By the way I'm new to git so let me know what I have to do...

@markchuman Try the given below code for ```configSpec``` ``` dvs_config_spec = vim.dvs.VmwareDistributedVirtualSwitch.ConfigSpec() dvs_config_spec.name = "testDVS" dvs_config_spec.maxMtu = 6000 #1500-9000 dvs_config_spec.lacpApiVersion = vim.dvs.VmwareDistributedVirtualSwitch.LacpApiVersion.multipleLag ```