Class: HostDatastoreBrowserSearchSpec

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#detailsObject

Returns the value of attribute details.



17977
17978
17979
# File 'lib/vmware/soap/vim25.rb', line 17977

def details
  @details
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17975
17976
17977
# File 'lib/vmware/soap/vim25.rb', line 17975

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17974
17975
17976
# File 'lib/vmware/soap/vim25.rb', line 17974

def dynamicType
  @dynamicType
end

#matchPatternObject

Returns the value of attribute matchPattern.



17979
17980
17981
# File 'lib/vmware/soap/vim25.rb', line 17979

def matchPattern
  @matchPattern
end

#queryObject

Returns the value of attribute query.



17976
17977
17978
# File 'lib/vmware/soap/vim25.rb', line 17976

def query
  @query
end

#searchCaseInsensitiveObject

Returns the value of attribute searchCaseInsensitive.



17978
17979
17980
# File 'lib/vmware/soap/vim25.rb', line 17978

def searchCaseInsensitive
  @searchCaseInsensitive
end

#sortFoldersFirstObject

Returns the value of attribute sortFoldersFirst.



17980
17981
17982
# File 'lib/vmware/soap/vim25.rb', line 17980

def sortFoldersFirst
  @sortFoldersFirst
end