Class: HostNtpConfig

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

Overview

urn:vim25HostNtpConfig

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
server - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20598
20599
20600
# File 'lib/vmware/soap/vim25.rb', line 20598

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20597
20598
20599
# File 'lib/vmware/soap/vim25.rb', line 20597

def dynamicType
  @dynamicType
end

#serverObject

Returns the value of attribute server.



20599
20600
20601
# File 'lib/vmware/soap/vim25.rb', line 20599

def server
  @server
end