Class: ClusterDrsMigration
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterDrsMigration
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterDrsMigration
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
time - SOAP::SOAPDateTime
vm - ManagedObjectReference
cpuLoad - SOAP::SOAPInt
memoryLoad - SOAP::SOAPLong
source - ManagedObjectReference
sourceCpuLoad - SOAP::SOAPInt
sourceMemoryLoad - SOAP::SOAPLong
destination - ManagedObjectReference
destinationCpuLoad - SOAP::SOAPInt
destinationMemoryLoad - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#cpuLoad ⇒ Object
Returns the value of attribute cpuLoad.
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#destinationCpuLoad ⇒ Object
Returns the value of attribute destinationCpuLoad.
-
#destinationMemoryLoad ⇒ Object
Returns the value of attribute destinationMemoryLoad.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#memoryLoad ⇒ Object
Returns the value of attribute memoryLoad.
-
#source ⇒ Object
Returns the value of attribute source.
-
#sourceCpuLoad ⇒ Object
Returns the value of attribute sourceCpuLoad.
-
#sourceMemoryLoad ⇒ Object
Returns the value of attribute sourceMemoryLoad.
-
#time ⇒ Object
Returns the value of attribute time.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, time = nil, vm = nil, cpuLoad = nil, memoryLoad = nil, source = nil, sourceCpuLoad = nil, sourceMemoryLoad = nil, destination = nil, destinationCpuLoad = nil, destinationMemoryLoad = nil) ⇒ ClusterDrsMigration
constructor
A new instance of ClusterDrsMigration.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, time = nil, vm = nil, cpuLoad = nil, memoryLoad = nil, source = nil, sourceCpuLoad = nil, sourceMemoryLoad = nil, destination = nil, destinationCpuLoad = nil, destinationMemoryLoad = nil) ⇒ ClusterDrsMigration
Returns a new instance of ClusterDrsMigration.
3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 |
# File 'lib/vmware/soap/vim25.rb', line 3573 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, time = nil, vm = nil, cpuLoad = nil, memoryLoad = nil, source = nil, sourceCpuLoad = nil, sourceMemoryLoad = nil, destination = nil, destinationCpuLoad = nil, destinationMemoryLoad = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @time = time @vm = vm @cpuLoad = cpuLoad @memoryLoad = memoryLoad @source = source @sourceCpuLoad = sourceCpuLoad @sourceMemoryLoad = sourceMemoryLoad @destination = destination @destinationCpuLoad = destinationCpuLoad @destinationMemoryLoad = destinationMemoryLoad end |
Instance Attribute Details
#cpuLoad ⇒ Object
Returns the value of attribute cpuLoad.
3564 3565 3566 |
# File 'lib/vmware/soap/vim25.rb', line 3564 def cpuLoad @cpuLoad end |
#destination ⇒ Object
Returns the value of attribute destination.
3569 3570 3571 |
# File 'lib/vmware/soap/vim25.rb', line 3569 def destination @destination end |
#destinationCpuLoad ⇒ Object
Returns the value of attribute destinationCpuLoad.
3570 3571 3572 |
# File 'lib/vmware/soap/vim25.rb', line 3570 def destinationCpuLoad @destinationCpuLoad end |
#destinationMemoryLoad ⇒ Object
Returns the value of attribute destinationMemoryLoad.
3571 3572 3573 |
# File 'lib/vmware/soap/vim25.rb', line 3571 def destinationMemoryLoad @destinationMemoryLoad end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3560 3561 3562 |
# File 'lib/vmware/soap/vim25.rb', line 3560 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3559 3560 3561 |
# File 'lib/vmware/soap/vim25.rb', line 3559 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
3561 3562 3563 |
# File 'lib/vmware/soap/vim25.rb', line 3561 def key @key end |
#memoryLoad ⇒ Object
Returns the value of attribute memoryLoad.
3565 3566 3567 |
# File 'lib/vmware/soap/vim25.rb', line 3565 def memoryLoad @memoryLoad end |
#source ⇒ Object
Returns the value of attribute source.
3566 3567 3568 |
# File 'lib/vmware/soap/vim25.rb', line 3566 def source @source end |
#sourceCpuLoad ⇒ Object
Returns the value of attribute sourceCpuLoad.
3567 3568 3569 |
# File 'lib/vmware/soap/vim25.rb', line 3567 def sourceCpuLoad @sourceCpuLoad end |
#sourceMemoryLoad ⇒ Object
Returns the value of attribute sourceMemoryLoad.
3568 3569 3570 |
# File 'lib/vmware/soap/vim25.rb', line 3568 def sourceMemoryLoad @sourceMemoryLoad end |
#time ⇒ Object
Returns the value of attribute time.
3562 3563 3564 |
# File 'lib/vmware/soap/vim25.rb', line 3562 def time @time end |
#vm ⇒ Object
Returns the value of attribute vm.
3563 3564 3565 |
# File 'lib/vmware/soap/vim25.rb', line 3563 def vm @vm end |