Class: HostDatastoreBrowserSearchResults

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

Instance Method Summary collapse

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

#datastoreObject

Returns the value of attribute datastore.



18002
18003
18004
# File 'lib/vmware/soap/vim25.rb', line 18002

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18001
18002
18003
# File 'lib/vmware/soap/vim25.rb', line 18001

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18000
18001
18002
# File 'lib/vmware/soap/vim25.rb', line 18000

def dynamicType
  @dynamicType
end

#fileObject

Returns the value of attribute file.



18004
18005
18006
# File 'lib/vmware/soap/vim25.rb', line 18004

def file
  @file
end

#folderPathObject

Returns the value of attribute folderPath.



18003
18004
18005
# File 'lib/vmware/soap/vim25.rb', line 18003

def folderPath
  @folderPath
end