Class: QueryOptionsRequestType
- Inherits:
-
Object
- Object
- QueryOptionsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryOptionsRequestType
m__this - ManagedObjectReference
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil) ⇒ QueryOptionsRequestType
constructor
A new instance of QueryOptionsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, name = nil) ⇒ QueryOptionsRequestType
Returns a new instance of QueryOptionsRequestType.
39981 39982 39983 39984 |
# File 'lib/vmware/soap/vim25.rb', line 39981 def initialize(v__this = nil, name = nil) @v__this = v__this @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
39971 39972 39973 |
# File 'lib/vmware/soap/vim25.rb', line 39971 def name @name end |
Instance Method Details
#m__this ⇒ Object
39973 39974 39975 |
# File 'lib/vmware/soap/vim25.rb', line 39973 def m__this @v__this end |
#m__this=(value) ⇒ Object
39977 39978 39979 |
# File 'lib/vmware/soap/vim25.rb', line 39977 def m__this=(value) @v__this = value end |