Class: QueryHostConnectionInfoRequestType
- Inherits:
-
Object
- Object
- QueryHostConnectionInfoRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryHostConnectionInfoRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ QueryHostConnectionInfoRequestType
constructor
A new instance of QueryHostConnectionInfoRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ QueryHostConnectionInfoRequestType
Returns a new instance of QueryHostConnectionInfoRequestType.
34852 34853 34854 |
# File 'lib/vmware/soap/vim25.rb', line 34852 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
34844 34845 34846 |
# File 'lib/vmware/soap/vim25.rb', line 34844 def m__this @v__this end |
#m__this=(value) ⇒ Object
34848 34849 34850 |
# File 'lib/vmware/soap/vim25.rb', line 34848 def m__this=(value) @v__this = value end |