Class: SearchDatastoreSubFoldersRequestType

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

Overview

urn:vim25SearchDatastoreSubFoldersRequestType

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) ⇒ SearchDatastoreSubFoldersRequestType

Returns a new instance of SearchDatastoreSubFoldersRequestType.



37774
37775
37776
37777
37778
# File 'lib/vmware/soap/vim25.rb', line 37774

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.



37763
37764
37765
# File 'lib/vmware/soap/vim25.rb', line 37763

def datastorePath
  @datastorePath
end

#searchSpecObject

Returns the value of attribute searchSpec.



37764
37765
37766
# File 'lib/vmware/soap/vim25.rb', line 37764

def searchSpec
  @searchSpec
end

Instance Method Details

#m__thisObject



37766
37767
37768
# File 'lib/vmware/soap/vim25.rb', line 37766

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37770
37771
37772
# File 'lib/vmware/soap/vim25.rb', line 37770

def m__this=(value)
  @v__this = value
end