Class: UpgradeVmfsRequestType

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

Overview

urn:vim25UpgradeVmfsRequestType

m__this - ManagedObjectReference
vmfsPath - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, vmfsPath = nil) ⇒ UpgradeVmfsRequestType

Returns a new instance of UpgradeVmfsRequestType.



39519
39520
39521
39522
# File 'lib/vmware/soap/vim25.rb', line 39519

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

Instance Attribute Details

#vmfsPathObject

Returns the value of attribute vmfsPath.



39509
39510
39511
# File 'lib/vmware/soap/vim25.rb', line 39509

def vmfsPath
  @vmfsPath
end

Instance Method Details

#m__thisObject



39511
39512
39513
# File 'lib/vmware/soap/vim25.rb', line 39511

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



39515
39516
39517
# File 'lib/vmware/soap/vim25.rb', line 39515

def m__this=(value)
  @v__this = value
end