vmware/pyvmomi

GuiUnattended and Timezones improvement idea

开放

#162 创建于 2014年9月9日

 (3 条评论) (0 个反应) (0 位负责人)Python (807 个派生)batch import
help wantedquestionwishlist

仓库指标

星标
 (2,141 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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?

贡献者指南