Class: HostDatastoreBrowserSearchResults
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDatastoreBrowserSearchResults
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDatastoreBrowserSearchResults
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
datastore - ManagedObjectReference
folderPath - SOAP::SOAPString
file - FileInfo
Instance Attribute Summary collapse
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#file ⇒ Object
Returns the value of attribute file.
-
#folderPath ⇒ Object
Returns the value of attribute folderPath.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, folderPath = nil, file = []) ⇒ HostDatastoreBrowserSearchResults
constructor
A new instance of HostDatastoreBrowserSearchResults.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, folderPath = nil, file = []) ⇒ HostDatastoreBrowserSearchResults
Returns a new instance of HostDatastoreBrowserSearchResults.
18006 18007 18008 18009 18010 18011 18012 |
# File 'lib/vmware/soap/vim25.rb', line 18006 def initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, folderPath = nil, file = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @datastore = datastore @folderPath = folderPath @file = file end |
Instance Attribute Details
#datastore ⇒ Object
Returns the value of attribute datastore.
18002 18003 18004 |
# File 'lib/vmware/soap/vim25.rb', line 18002 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18001 18002 18003 |
# File 'lib/vmware/soap/vim25.rb', line 18001 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18000 18001 18002 |
# File 'lib/vmware/soap/vim25.rb', line 18000 def dynamicType @dynamicType end |
#file ⇒ Object
Returns the value of attribute file.
18004 18005 18006 |
# File 'lib/vmware/soap/vim25.rb', line 18004 def file @file end |
#folderPath ⇒ Object
Returns the value of attribute folderPath.
18003 18004 18005 |
# File 'lib/vmware/soap/vim25.rb', line 18003 def folderPath @folderPath end |