Class: PowerOnMultiVMRequestType
- Inherits:
-
Object
- Object
- PowerOnMultiVMRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PowerOnMultiVMRequestType
m__this - ManagedObjectReference
vm - ManagedObjectReference
Instance Attribute Summary collapse
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(v__this = nil, vm = []) ⇒ PowerOnMultiVMRequestType
constructor
A new instance of PowerOnMultiVMRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, vm = []) ⇒ PowerOnMultiVMRequestType
Returns a new instance of PowerOnMultiVMRequestType.
34075 34076 34077 34078 |
# File 'lib/vmware/soap/vim25.rb', line 34075 def initialize(v__this = nil, vm = []) @v__this = v__this @vm = vm end |
Instance Attribute Details
#vm ⇒ Object
Returns the value of attribute vm.
34065 34066 34067 |
# File 'lib/vmware/soap/vim25.rb', line 34065 def vm @vm end |
Instance Method Details
#m__this ⇒ Object
34067 34068 34069 |
# File 'lib/vmware/soap/vim25.rb', line 34067 def m__this @v__this end |
#m__this=(value) ⇒ Object
34071 34072 34073 |
# File 'lib/vmware/soap/vim25.rb', line 34071 def m__this=(value) @v__this = value end |