Method: ClusterPowerOnVmResult#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(dynamicType = nil, dynamicProperty = [], attempted = [], notAttempted = [], recommendations = []) ⇒ ClusterPowerOnVmResult

Returns a new instance of ClusterPowerOnVmResult.



3669
3670
3671
3672
3673
3674
3675
# File 'lib/vmware/soap/vim25.rb', line 3669

def initialize(dynamicType = nil, dynamicProperty = [], attempted = [], notAttempted = [], recommendations = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @attempted = attempted
  @notAttempted = notAttempted
  @recommendations = recommendations
end