Class: HostBIOSInfo

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

Overview

urn:vim25HostBIOSInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
biosVersion - SOAP::SOAPString
releaseDate - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], biosVersion = nil, releaseDate = nil) ⇒ HostBIOSInfo

Returns a new instance of HostBIOSInfo.



19283
19284
19285
19286
19287
19288
# File 'lib/vmware/soap/vim25.rb', line 19283

def initialize(dynamicType = nil, dynamicProperty = [], biosVersion = nil, releaseDate = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @biosVersion = biosVersion
  @releaseDate = releaseDate
end

Instance Attribute Details

#biosVersionObject

Returns the value of attribute biosVersion.



19280
19281
19282
# File 'lib/vmware/soap/vim25.rb', line 19280

def biosVersion
  @biosVersion
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19279
19280
19281
# File 'lib/vmware/soap/vim25.rb', line 19279

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19278
19279
19280
# File 'lib/vmware/soap/vim25.rb', line 19278

def dynamicType
  @dynamicType
end

#releaseDateObject

Returns the value of attribute releaseDate.



19281
19282
19283
# File 'lib/vmware/soap/vim25.rb', line 19281

def releaseDate
  @releaseDate
end