Class: FindByDatastorePathRequestType

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

Overview

urn:vim25FindByDatastorePathRequestType

m__this - ManagedObjectReference
datacenter - ManagedObjectReference
path - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, datacenter = nil, path = nil) ⇒ FindByDatastorePathRequestType

Returns a new instance of FindByDatastorePathRequestType.



35769
35770
35771
35772
35773
# File 'lib/vmware/soap/vim25.rb', line 35769

def initialize(v__this = nil, datacenter = nil, path = nil)
  @v__this = v__this
  @datacenter = datacenter
  @path = path
end

Instance Attribute Details

#datacenterObject

Returns the value of attribute datacenter.



35758
35759
35760
# File 'lib/vmware/soap/vim25.rb', line 35758

def datacenter
  @datacenter
end

#pathObject

Returns the value of attribute path.



35759
35760
35761
# File 'lib/vmware/soap/vim25.rb', line 35759

def path
  @path
end

Instance Method Details

#m__thisObject



35761
35762
35763
# File 'lib/vmware/soap/vim25.rb', line 35761

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35765
35766
35767
# File 'lib/vmware/soap/vim25.rb', line 35765

def m__this=(value)
  @v__this = value
end