Class: HostSystemIdentificationInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostSystemIdentificationInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostSystemIdentificationInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
identifierValue - SOAP::SOAPString
identifierType - ElementDescription
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#identifierType ⇒ Object
Returns the value of attribute identifierType.
-
#identifierValue ⇒ Object
Returns the value of attribute identifierValue.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], identifierValue = nil, identifierType = nil) ⇒ HostSystemIdentificationInfo
constructor
A new instance of HostSystemIdentificationInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], identifierValue = nil, identifierType = nil) ⇒ HostSystemIdentificationInfo
Returns a new instance of HostSystemIdentificationInfo.
21672 21673 21674 21675 21676 21677 |
# File 'lib/vmware/soap/vim25.rb', line 21672 def initialize(dynamicType = nil, dynamicProperty = [], identifierValue = nil, identifierType = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @identifierValue = identifierValue @identifierType = identifierType end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21668 21669 21670 |
# File 'lib/vmware/soap/vim25.rb', line 21668 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21667 21668 21669 |
# File 'lib/vmware/soap/vim25.rb', line 21667 def dynamicType @dynamicType end |
#identifierType ⇒ Object
Returns the value of attribute identifierType.
21670 21671 21672 |
# File 'lib/vmware/soap/vim25.rb', line 21670 def identifierType @identifierType end |
#identifierValue ⇒ Object
Returns the value of attribute identifierValue.
21669 21670 21671 |
# File 'lib/vmware/soap/vim25.rb', line 21669 def identifierValue @identifierValue end |