Method: ClusterAttemptedVmInfo#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#initialize(dynamicType = nil, dynamicProperty = [], vm = nil, task = nil) ⇒ ClusterAttemptedVmInfo
Returns a new instance of ClusterAttemptedVmInfo.
3317 3318 3319 3320 3321 3322 |
# File 'lib/vmware/soap/vim25.rb', line 3317 def initialize(dynamicType = nil, dynamicProperty = [], vm = nil, task = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @vm = vm @task = task end |