Class: SearchDatastoreRequestType
- Inherits:
-
Object
- Object
- SearchDatastoreRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SearchDatastoreRequestType
m__this - ManagedObjectReference
datastorePath - SOAP::SOAPString
searchSpec - HostDatastoreBrowserSearchSpec
Instance Attribute Summary collapse
-
#datastorePath ⇒ Object
Returns the value of attribute datastorePath.
-
#searchSpec ⇒ Object
Returns the value of attribute searchSpec.
Instance Method Summary collapse
-
#initialize(v__this = nil, datastorePath = nil, searchSpec = nil) ⇒ SearchDatastoreRequestType
constructor
A new instance of SearchDatastoreRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, datastorePath = nil, searchSpec = nil) ⇒ SearchDatastoreRequestType
Returns a new instance of SearchDatastoreRequestType.
37751 37752 37753 37754 37755 |
# File 'lib/vmware/soap/vim25.rb', line 37751 def initialize(v__this = nil, datastorePath = nil, searchSpec = nil) @v__this = v__this @datastorePath = datastorePath @searchSpec = searchSpec end |
Instance Attribute Details
#datastorePath ⇒ Object
Returns the value of attribute datastorePath.
37740 37741 37742 |
# File 'lib/vmware/soap/vim25.rb', line 37740 def datastorePath @datastorePath end |
#searchSpec ⇒ Object
Returns the value of attribute searchSpec.
37741 37742 37743 |
# File 'lib/vmware/soap/vim25.rb', line 37741 def searchSpec @searchSpec end |
Instance Method Details
#m__this ⇒ Object
37743 37744 37745 |
# File 'lib/vmware/soap/vim25.rb', line 37743 def m__this @v__this end |
#m__this=(value) ⇒ Object
37747 37748 37749 |
# File 'lib/vmware/soap/vim25.rb', line 37747 def m__this=(value) @v__this = value end |