vmware/pyvmomi

GuiUnattended and Timezones improvement idea

Open

#162 opened on 2014年9月9日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Python (2,141 stars) (807 forks)batch import
help wantedquestionwishlist

説明

Consider:

gui_unattended = vim.vm.customization.GuiUnattended()
gui_unattended.timeZone = 35
gui_unattended.autoLogon = False

Shouldn't there be a way to set the timezones that doesn't involve using raw numbers?

コントリビューターガイド