Method: HostDateTimeConfig#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], timeZone = nil, ntpConfig = nil) ⇒ HostDateTimeConfig
Returns a new instance of HostDateTimeConfig.
18203 18204 18205 18206 18207 18208 |
# File 'lib/vmware/soap/vim25.rb', line 18203 def initialize(dynamicType = nil, dynamicProperty = [], timeZone = nil, ntpConfig = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @timeZone = timeZone @ntpConfig = ntpConfig end |