Class: ClusterInitialPlacementAction
- Inherits:
-
ClusterAction
- Object
- DynamicData
- ClusterAction
- ClusterInitialPlacementAction
- 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
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#pool ⇒ Object
Returns the value of attribute pool.
-
#target ⇒ Object
Returns the value of attribute target.
-
#targetHost ⇒ Object
Returns the value of attribute targetHost.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, target = nil, targetHost = nil, pool = nil) ⇒ ClusterInitialPlacementAction
constructor
A new instance of ClusterInitialPlacementAction.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3249 3250 3251 |
# File 'lib/vmware/soap/vim25.rb', line 3249 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3248 3249 3250 |
# File 'lib/vmware/soap/vim25.rb', line 3248 def dynamicType @dynamicType end |
#pool ⇒ Object
Returns the value of attribute pool.
3253 3254 3255 |
# File 'lib/vmware/soap/vim25.rb', line 3253 def pool @pool end |
#target ⇒ Object
Returns the value of attribute target.
3251 3252 3253 |
# File 'lib/vmware/soap/vim25.rb', line 3251 def target @target end |
#targetHost ⇒ Object
Returns the value of attribute targetHost.
3252 3253 3254 |
# File 'lib/vmware/soap/vim25.rb', line 3252 def targetHost @targetHost end |
#type ⇒ Object
Returns the value of attribute type.
3250 3251 3252 |
# File 'lib/vmware/soap/vim25.rb', line 3250 def type @type end |