Class: HostSystemInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostSystemInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostSystemInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vendor - SOAP::SOAPString
model - SOAP::SOAPString
uuid - SOAP::SOAPString
- HostSystemIdentificationInfo
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#model ⇒ Object
Returns the value of attribute model.
-
#otherIdentifyingInfo ⇒ Object
Returns the value of attribute otherIdentifyingInfo.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
-
#vendor ⇒ Object
Returns the value of attribute vendor.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], vendor = nil, model = nil, uuid = nil, otherIdentifyingInfo = []) ⇒ HostSystemInfo
constructor
A new instance of HostSystemInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], vendor = nil, model = nil, uuid = nil, otherIdentifyingInfo = []) ⇒ HostSystemInfo
Returns a new instance of HostSystemInfo.
19156 19157 19158 19159 19160 19161 19162 19163 |
# File 'lib/vmware/soap/vim25.rb', line 19156 def initialize(dynamicType = nil, dynamicProperty = [], vendor = nil, model = nil, uuid = nil, = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @vendor = vendor @model = model @uuid = uuid @otherIdentifyingInfo = end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19150 19151 19152 |
# File 'lib/vmware/soap/vim25.rb', line 19150 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19149 19150 19151 |
# File 'lib/vmware/soap/vim25.rb', line 19149 def dynamicType @dynamicType end |
#model ⇒ Object
Returns the value of attribute model.
19152 19153 19154 |
# File 'lib/vmware/soap/vim25.rb', line 19152 def model @model end |
#otherIdentifyingInfo ⇒ Object
Returns the value of attribute otherIdentifyingInfo.
19154 19155 19156 |
# File 'lib/vmware/soap/vim25.rb', line 19154 def @otherIdentifyingInfo end |
#uuid ⇒ Object
Returns the value of attribute uuid.
19153 19154 19155 |
# File 'lib/vmware/soap/vim25.rb', line 19153 def uuid @uuid end |
#vendor ⇒ Object
Returns the value of attribute vendor.
19151 19152 19153 |
# File 'lib/vmware/soap/vim25.rb', line 19151 def vendor @vendor end |