-
Notifications
You must be signed in to change notification settings - Fork 60
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
create_dvs_and_dvport_group - example for MTU adjustment pls? #12
Comments
@markchuman Try the given below code for
|
Thank you & sorry for noob status right now, but where would you insert this block at? def create_dvSwitch(si, content, network_folder, cluster): |
I am trying to configure an MTU also on a DVS and having an issue. It looks like VMwareDistributed VirtualSwitch can be used which is different than how I configured my switch as a vim.DistributedVirtualSwitch. |
interested in adding to the code, so maxMtu and lacpApiVersion can be set to a non default value
https://pubs.vmware.com/vsphere-65/index.jsp#com.vmware.wssdk.smssdk.doc/vim.dvs.VmwareDistributedVirtualSwitch.ConfigSpec.html
thx
The text was updated successfully, but these errors were encountered: