Class: HostDateTimeInfo

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostDateTimeInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
timeZone - HostDateTimeSystemTimeZone
ntpConfig - HostNtpConfig

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], timeZone = nil, ntpConfig = nil) ⇒ HostDateTimeInfo

Returns a new instance of HostDateTimeInfo.



18222
18223
18224
18225
18226
18227
# File 'lib/vmware/soap/vim25.rb', line 18222

def initialize(dynamicType = nil, dynamicProperty = [], timeZone = nil, ntpConfig = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @timeZone = timeZone
  @ntpConfig = ntpConfig
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18218
18219
18220
# File 'lib/vmware/soap/vim25.rb', line 18218

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18217
18218
18219
# File 'lib/vmware/soap/vim25.rb', line 18217

def dynamicType
  @dynamicType
end

#ntpConfigObject

Returns the value of attribute ntpConfig.



18220
18221
18222
# File 'lib/vmware/soap/vim25.rb', line 18220

def ntpConfig
  @ntpConfig
end

#timeZoneObject

Returns the value of attribute timeZone.



18219
18220
18221
# File 'lib/vmware/soap/vim25.rb', line 18219

def timeZone
  @timeZone
end