Class: SearchDatastoreRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25SearchDatastoreRequestType

m__this - ManagedObjectReference
datastorePath - SOAP::SOAPString
searchSpec - HostDatastoreBrowserSearchSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#datastorePathObject

Returns the value of attribute datastorePath.



37740
37741
37742
# File 'lib/vmware/soap/vim25.rb', line 37740

def datastorePath
  @datastorePath
end

#searchSpecObject

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__thisObject



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