Class: HostDatastoreBrowserSearchSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDatastoreBrowserSearchSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDatastoreBrowserSearchSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
query - FileQuery
details - FileQueryFlags
searchCaseInsensitive - SOAP::SOAPBoolean
matchPattern - SOAP::SOAPString
sortFoldersFirst - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#details ⇒ Object
Returns the value of attribute details.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#matchPattern ⇒ Object
Returns the value of attribute matchPattern.
-
#query ⇒ Object
Returns the value of attribute query.
-
#searchCaseInsensitive ⇒ Object
Returns the value of attribute searchCaseInsensitive.
-
#sortFoldersFirst ⇒ Object
Returns the value of attribute sortFoldersFirst.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], query = [], details = nil, searchCaseInsensitive = nil, matchPattern = [], sortFoldersFirst = nil) ⇒ HostDatastoreBrowserSearchSpec
constructor
A new instance of HostDatastoreBrowserSearchSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], query = [], details = nil, searchCaseInsensitive = nil, matchPattern = [], sortFoldersFirst = nil) ⇒ HostDatastoreBrowserSearchSpec
Returns a new instance of HostDatastoreBrowserSearchSpec.
17982 17983 17984 17985 17986 17987 17988 17989 17990 |
# File 'lib/vmware/soap/vim25.rb', line 17982 def initialize(dynamicType = nil, dynamicProperty = [], query = [], details = nil, searchCaseInsensitive = nil, matchPattern = [], sortFoldersFirst = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @query = query @details = details @searchCaseInsensitive = searchCaseInsensitive @matchPattern = matchPattern @sortFoldersFirst = sortFoldersFirst end |
Instance Attribute Details
#details ⇒ Object
Returns the value of attribute details.
17977 17978 17979 |
# File 'lib/vmware/soap/vim25.rb', line 17977 def details @details end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17975 17976 17977 |
# File 'lib/vmware/soap/vim25.rb', line 17975 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17974 17975 17976 |
# File 'lib/vmware/soap/vim25.rb', line 17974 def dynamicType @dynamicType end |
#matchPattern ⇒ Object
Returns the value of attribute matchPattern.
17979 17980 17981 |
# File 'lib/vmware/soap/vim25.rb', line 17979 def matchPattern @matchPattern end |
#query ⇒ Object
Returns the value of attribute query.
17976 17977 17978 |
# File 'lib/vmware/soap/vim25.rb', line 17976 def query @query end |
#searchCaseInsensitive ⇒ Object
Returns the value of attribute searchCaseInsensitive.
17978 17979 17980 |
# File 'lib/vmware/soap/vim25.rb', line 17978 def searchCaseInsensitive @searchCaseInsensitive end |
#sortFoldersFirst ⇒ Object
Returns the value of attribute sortFoldersFirst.
17980 17981 17982 |
# File 'lib/vmware/soap/vim25.rb', line 17980 def sortFoldersFirst @sortFoldersFirst end |