Method: HostSystemIdentificationInfo#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#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 |