Class: HostNtpConfig
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostNtpConfig
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostNtpConfig
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
server - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#server ⇒ Object
Returns the value of attribute server.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], server = []) ⇒ HostNtpConfig
constructor
A new instance of HostNtpConfig.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], server = []) ⇒ HostNtpConfig
Returns a new instance of HostNtpConfig.
20601 20602 20603 20604 20605 |
# File 'lib/vmware/soap/vim25.rb', line 20601 def initialize(dynamicType = nil, dynamicProperty = [], server = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @server = server end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20598 20599 20600 |
# File 'lib/vmware/soap/vim25.rb', line 20598 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20597 20598 20599 |
# File 'lib/vmware/soap/vim25.rb', line 20597 def dynamicType @dynamicType end |
#server ⇒ Object
Returns the value of attribute server.
20599 20600 20601 |
# File 'lib/vmware/soap/vim25.rb', line 20599 def server @server end |