Class: QueryConfigOptionRequestType
- Inherits:
-
Object
- Object
- QueryConfigOptionRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryConfigOptionRequestType
m__this - ManagedObjectReference
key - SOAP::SOAPString
host - ManagedObjectReference
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize(v__this = nil, key = nil, host = nil) ⇒ QueryConfigOptionRequestType
constructor
A new instance of QueryConfigOptionRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, key = nil, host = nil) ⇒ QueryConfigOptionRequestType
Returns a new instance of QueryConfigOptionRequestType.
34253 34254 34255 34256 34257 |
# File 'lib/vmware/soap/vim25.rb', line 34253 def initialize(v__this = nil, key = nil, host = nil) @v__this = v__this @key = key @host = host end |
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
34243 34244 34245 |
# File 'lib/vmware/soap/vim25.rb', line 34243 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
34242 34243 34244 |
# File 'lib/vmware/soap/vim25.rb', line 34242 def key @key end |
Instance Method Details
#m__this ⇒ Object
34245 34246 34247 |
# File 'lib/vmware/soap/vim25.rb', line 34245 def m__this @v__this end |
#m__this=(value) ⇒ Object
34249 34250 34251 |
# File 'lib/vmware/soap/vim25.rb', line 34249 def m__this=(value) @v__this = value end |