Class: HostDateTimeConfig

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

Overview

urn:vim25HostDateTimeConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18199
18200
18201
# File 'lib/vmware/soap/vim25.rb', line 18199

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18198
18199
18200
# File 'lib/vmware/soap/vim25.rb', line 18198

def dynamicType
  @dynamicType
end

#ntpConfigObject

Returns the value of attribute ntpConfig.



18201
18202
18203
# File 'lib/vmware/soap/vim25.rb', line 18201

def ntpConfig
  @ntpConfig
end

#timeZoneObject

Returns the value of attribute timeZone.



18200
18201
18202
# File 'lib/vmware/soap/vim25.rb', line 18200

def timeZone
  @timeZone
end