Class: ClusterMigrationAction

Inherits:
ClusterAction show all
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

Instance Method Summary collapse

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

#drsMigrationObject

Returns the value of attribute drsMigration.



3276
3277
3278
# File 'lib/vmware/soap/vim25.rb', line 3276

def drsMigration
  @drsMigration
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3273
3274
3275
# File 'lib/vmware/soap/vim25.rb', line 3273

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3272
3273
3274
# File 'lib/vmware/soap/vim25.rb', line 3272

def dynamicType
  @dynamicType
end

#targetObject

Returns the value of attribute target.



3275
3276
3277
# File 'lib/vmware/soap/vim25.rb', line 3275

def target
  @target
end

#typeObject

Returns the value of attribute type.



3274
3275
3276
# File 'lib/vmware/soap/vim25.rb', line 3274

def type
  @type
end