Class: HostDateTimeConfig
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDateTimeConfig
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDateTimeConfig
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
timeZone - SOAP::SOAPString
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) ⇒ HostDateTimeConfig
constructor
A new instance of HostDateTimeConfig.
Constructor Details
#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 |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18199 18200 18201 |
# File 'lib/vmware/soap/vim25.rb', line 18199 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18198 18199 18200 |
# File 'lib/vmware/soap/vim25.rb', line 18198 def dynamicType @dynamicType end |
#ntpConfig ⇒ Object
Returns the value of attribute ntpConfig.
18201 18202 18203 |
# File 'lib/vmware/soap/vim25.rb', line 18201 def ntpConfig @ntpConfig end |
#timeZone ⇒ Object
Returns the value of attribute timeZone.
18200 18201 18202 |
# File 'lib/vmware/soap/vim25.rb', line 18200 def timeZone @timeZone end |