Class: ClusterInitialPlacementAction

Inherits:
ClusterAction show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25ClusterInitialPlacementAction

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
target - ManagedObjectReference
targetHost - ManagedObjectReference
pool - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3249
3250
3251
# File 'lib/vmware/soap/vim25.rb', line 3249

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3248
3249
3250
# File 'lib/vmware/soap/vim25.rb', line 3248

def dynamicType
  @dynamicType
end

#poolObject

Returns the value of attribute pool.



3253
3254
3255
# File 'lib/vmware/soap/vim25.rb', line 3253

def pool
  @pool
end

#targetObject

Returns the value of attribute target.



3251
3252
3253
# File 'lib/vmware/soap/vim25.rb', line 3251

def target
  @target
end

#targetHostObject

Returns the value of attribute targetHost.



3252
3253
3254
# File 'lib/vmware/soap/vim25.rb', line 3252

def targetHost
  @targetHost
end

#typeObject

Returns the value of attribute type.



3250
3251
3252
# File 'lib/vmware/soap/vim25.rb', line 3250

def type
  @type
end