Class: HostBIOSInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostBIOSInfo
- 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
-
#biosVersion ⇒ Object
Returns the value of attribute biosVersion.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#releaseDate ⇒ Object
Returns the value of attribute releaseDate.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], biosVersion = nil, releaseDate = nil) ⇒ HostBIOSInfo
constructor
A new instance of HostBIOSInfo.
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
#biosVersion ⇒ Object
Returns the value of attribute biosVersion.
19280 19281 19282 |
# File 'lib/vmware/soap/vim25.rb', line 19280 def biosVersion @biosVersion end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19279 19280 19281 |
# File 'lib/vmware/soap/vim25.rb', line 19279 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19278 19279 19280 |
# File 'lib/vmware/soap/vim25.rb', line 19278 def dynamicType @dynamicType end |
#releaseDate ⇒ Object
Returns the value of attribute releaseDate.
19281 19282 19283 |
# File 'lib/vmware/soap/vim25.rb', line 19281 def releaseDate @releaseDate end |