Class: ClusterAction
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterAction
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterAction
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
target - ManagedObjectReference
Direct Known Subclasses
ClusterHostPowerAction, ClusterInitialPlacementAction, ClusterMigrationAction
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#target ⇒ Object
Returns the value of attribute target.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, target = nil) ⇒ ClusterAction
constructor
A new instance of ClusterAction.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, target = nil) ⇒ ClusterAction
Returns a new instance of ClusterAction.
3201 3202 3203 3204 3205 3206 |
# File 'lib/vmware/soap/vim25.rb', line 3201 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, target = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @target = target end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3197 3198 3199 |
# File 'lib/vmware/soap/vim25.rb', line 3197 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3196 3197 3198 |
# File 'lib/vmware/soap/vim25.rb', line 3196 def dynamicType @dynamicType end |
#target ⇒ Object
Returns the value of attribute target.
3199 3200 3201 |
# File 'lib/vmware/soap/vim25.rb', line 3199 def target @target end |
#type ⇒ Object
Returns the value of attribute type.
3198 3199 3200 |
# File 'lib/vmware/soap/vim25.rb', line 3198 def type @type end |