Class: ClusterMigrationAction
- Inherits:
-
ClusterAction
- Object
- DynamicData
- ClusterAction
- ClusterMigrationAction
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterMigrationAction
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
target - ManagedObjectReference
drsMigration - ClusterDrsMigration
Instance Attribute Summary collapse
-
#drsMigration ⇒ Object
Returns the value of attribute drsMigration.
-
#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, drsMigration = nil) ⇒ ClusterMigrationAction
constructor
A new instance of ClusterMigrationAction.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, target = nil, drsMigration = nil) ⇒ ClusterMigrationAction
Returns a new instance of ClusterMigrationAction.
3278 3279 3280 3281 3282 3283 3284 |
# File 'lib/vmware/soap/vim25.rb', line 3278 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, target = nil, drsMigration = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @target = target @drsMigration = drsMigration end |
Instance Attribute Details
#drsMigration ⇒ Object
Returns the value of attribute drsMigration.
3276 3277 3278 |
# File 'lib/vmware/soap/vim25.rb', line 3276 def drsMigration @drsMigration end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3273 3274 3275 |
# File 'lib/vmware/soap/vim25.rb', line 3273 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3272 3273 3274 |
# File 'lib/vmware/soap/vim25.rb', line 3272 def dynamicType @dynamicType end |
#target ⇒ Object
Returns the value of attribute target.
3275 3276 3277 |
# File 'lib/vmware/soap/vim25.rb', line 3275 def target @target end |
#type ⇒ Object
Returns the value of attribute type.
3274 3275 3276 |
# File 'lib/vmware/soap/vim25.rb', line 3274 def type @type end |