Class: DisconnectHostRequestType
- Inherits:
-
Object
- Object
- DisconnectHostRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DisconnectHostRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ DisconnectHostRequestType
constructor
A new instance of DisconnectHostRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ DisconnectHostRequestType
34908 34909 34910 |
# File 'lib/vmware/soap/vim25.rb', line 34908 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
34900 34901 34902 |
# File 'lib/vmware/soap/vim25.rb', line 34900 def m__this @v__this end |
#m__this=(value) ⇒ Object
34904 34905 34906 |
# File 'lib/vmware/soap/vim25.rb', line 34904 def m__this=(value) @v__this = value end |