Class: SuspendVMRequestType
- Inherits:
-
Object
- Object
- SuspendVMRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SuspendVMRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ SuspendVMRequestType
constructor
A new instance of SuspendVMRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ SuspendVMRequestType
Returns a new instance of SuspendVMRequestType.
36869 36870 36871 |
# File 'lib/vmware/soap/vim25.rb', line 36869 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
36861 36862 36863 |
# File 'lib/vmware/soap/vim25.rb', line 36861 def m__this @v__this end |
#m__this=(value) ⇒ Object
36865 36866 36867 |
# File 'lib/vmware/soap/vim25.rb', line 36865 def m__this=(value) @v__this = value end |