Method: HostVMotionInfo#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], netConfig = nil, ipConfig = nil) ⇒ HostVMotionInfo
21812 21813 21814 21815 21816 21817 |
# File 'lib/vmware/soap/vim25.rb', line 21812 def initialize(dynamicType = nil, dynamicProperty = [], netConfig = nil, ipConfig = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @netConfig = netConfig @ipConfig = ipConfig end |