Class: HostDateTimeSystemTimeZone

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

Overview

urn:vim25HostDateTimeSystemTimeZone

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
name - SOAP::SOAPString
description - SOAP::SOAPString
gmtOffset - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, name = nil, description = nil, gmtOffset = nil) ⇒ HostDateTimeSystemTimeZone

Returns a new instance of HostDateTimeSystemTimeZone.



18245
18246
18247
18248
18249
18250
18251
18252
# File 'lib/vmware/soap/vim25.rb', line 18245

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, name = nil, description = nil, gmtOffset = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @name = name
  @description = description
  @gmtOffset = gmtOffset
end

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



18242
18243
18244
# File 'lib/vmware/soap/vim25.rb', line 18242

def description
  @description
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18239
18240
18241
# File 'lib/vmware/soap/vim25.rb', line 18239

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18238
18239
18240
# File 'lib/vmware/soap/vim25.rb', line 18238

def dynamicType
  @dynamicType
end

#gmtOffsetObject

Returns the value of attribute gmtOffset.



18243
18244
18245
# File 'lib/vmware/soap/vim25.rb', line 18243

def gmtOffset
  @gmtOffset
end

#keyObject

Returns the value of attribute key.



18240
18241
18242
# File 'lib/vmware/soap/vim25.rb', line 18240

def key
  @key
end

#nameObject

Returns the value of attribute name.



18241
18242
18243
# File 'lib/vmware/soap/vim25.rb', line 18241

def name
  @name
end