Class: HostDateTimeInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDateTimeInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDateTimeInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
timeZone - HostDateTimeSystemTimeZone
ntpConfig - HostNtpConfig
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#ntpConfig ⇒ Object
Returns the value of attribute ntpConfig.
-
#timeZone ⇒ Object
Returns the value of attribute timeZone.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], timeZone = nil, ntpConfig = nil) ⇒ HostDateTimeInfo
constructor
A new instance of HostDateTimeInfo.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18218 18219 18220 |
# File 'lib/vmware/soap/vim25.rb', line 18218 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18217 18218 18219 |
# File 'lib/vmware/soap/vim25.rb', line 18217 def dynamicType @dynamicType end |
#ntpConfig ⇒ Object
Returns the value of attribute ntpConfig.
18220 18221 18222 |
# File 'lib/vmware/soap/vim25.rb', line 18220 def ntpConfig @ntpConfig end |
#timeZone ⇒ Object
Returns the value of attribute timeZone.
18219 18220 18221 |
# File 'lib/vmware/soap/vim25.rb', line 18219 def timeZone @timeZone end |