Class: QueryConfigTargetRequestType
- Inherits:
-
Object
- Object
- QueryConfigTargetRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryConfigTargetRequestType
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) ⇒ QueryConfigTargetRequestType
constructor
A new instance of QueryConfigTargetRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, host = nil) ⇒ QueryConfigTargetRequestType
Returns a new instance of QueryConfigTargetRequestType.
34274 34275 34276 34277 |
# File 'lib/vmware/soap/vim25.rb', line 34274 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.
34264 34265 34266 |
# File 'lib/vmware/soap/vim25.rb', line 34264 def host @host end |
Instance Method Details
#m__this ⇒ Object
34266 34267 34268 |
# File 'lib/vmware/soap/vim25.rb', line 34266 def m__this @v__this end |
#m__this=(value) ⇒ Object
34270 34271 34272 |
# File 'lib/vmware/soap/vim25.rb', line 34270 def m__this=(value) @v__this = value end |