Class: QuerySupportedFeaturesRequestType
- Inherits:
-
Object
- Object
- QuerySupportedFeaturesRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QuerySupportedFeaturesRequestType
m__this - ManagedObjectReference
host - ManagedObjectReference
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
Instance Method Summary collapse
-
#initialize(v__this = nil, host = nil) ⇒ QuerySupportedFeaturesRequestType
constructor
A new instance of QuerySupportedFeaturesRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, host = nil) ⇒ QuerySupportedFeaturesRequestType
Returns a new instance of QuerySupportedFeaturesRequestType.
35167 35168 35169 35170 |
# File 'lib/vmware/soap/vim25.rb', line 35167 def initialize(v__this = nil, host = nil) @v__this = v__this @host = host end |
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
35157 35158 35159 |
# File 'lib/vmware/soap/vim25.rb', line 35157 def host @host end |
Instance Method Details
#m__this ⇒ Object
35159 35160 35161 |
# File 'lib/vmware/soap/vim25.rb', line 35159 def m__this @v__this end |
#m__this=(value) ⇒ Object
35163 35164 35165 |
# File 'lib/vmware/soap/vim25.rb', line 35163 def m__this=(value) @v__this = value end |