Method: VMotionNotSupported#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil) ⇒ VMotionNotSupported
31570 31571 31572 31573 31574 31575 31576 |
# File 'lib/vmware/soap/vim25.rb', line 31570 def initialize(dynamicType = nil, dynamicProperty = [], atSourceHost = nil, failedHost = nil, failedHostEntity = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @atSourceHost = atSourceHost @failedHost = failedHost @failedHostEntity = failedHostEntity end |