Method: ClusterInitialPlacementAction#initialize

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

#initialize(dynamicType = nil, dynamicProperty = [], type = nil, target = nil, targetHost = nil, pool = nil) ⇒ ClusterInitialPlacementAction

Returns a new instance of ClusterInitialPlacementAction.



3255
3256
3257
3258
3259
3260
3261
3262
# File 'lib/vmware/soap/vim25.rb', line 3255

def initialize(dynamicType = nil, dynamicProperty = [], type = nil, target = nil, targetHost = nil, pool = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @type = type
  @target = target
  @targetHost = targetHost
  @pool = pool
end