Class: DeleteFileRequestType

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

Overview

urn:vim25DeleteFileRequestType

m__this - ManagedObjectReference
datastorePath - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, datastorePath = nil) ⇒ DeleteFileRequestType

Returns a new instance of DeleteFileRequestType.



37795
37796
37797
37798
# File 'lib/vmware/soap/vim25.rb', line 37795

def initialize(v__this = nil, datastorePath = nil)
  @v__this = v__this
  @datastorePath = datastorePath
end

Instance Attribute Details

#datastorePathObject

Returns the value of attribute datastorePath.



37785
37786
37787
# File 'lib/vmware/soap/vim25.rb', line 37785

def datastorePath
  @datastorePath
end

Instance Method Details

#m__thisObject



37787
37788
37789
# File 'lib/vmware/soap/vim25.rb', line 37787

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



37791
37792
37793
# File 'lib/vmware/soap/vim25.rb', line 37791

def m__this=(value)
  @v__this = value
end