Class: UpdateDiskPartitionsRequestType

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

Overview

urn:vim25UpdateDiskPartitionsRequestType

m__this - ManagedObjectReference
devicePath - SOAP::SOAPString
spec - HostDiskPartitionSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, devicePath = nil, spec = nil) ⇒ UpdateDiskPartitionsRequestType

Returns a new instance of UpdateDiskPartitionsRequestType.



39439
39440
39441
39442
39443
# File 'lib/vmware/soap/vim25.rb', line 39439

def initialize(v__this = nil, devicePath = nil, spec = nil)
  @v__this = v__this
  @devicePath = devicePath
  @spec = spec
end

Instance Attribute Details

#devicePathObject

Returns the value of attribute devicePath.



39428
39429
39430
# File 'lib/vmware/soap/vim25.rb', line 39428

def devicePath
  @devicePath
end

#specObject

Returns the value of attribute spec.



39429
39430
39431
# File 'lib/vmware/soap/vim25.rb', line 39429

def spec
  @spec
end

Instance Method Details

#m__thisObject



39431
39432
39433
# File 'lib/vmware/soap/vim25.rb', line 39431

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



39435
39436
39437
# File 'lib/vmware/soap/vim25.rb', line 39435

def m__this=(value)
  @v__this = value
end