Class: DefragmentVirtualDiskRequestType

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

Overview

urn:vim25DefragmentVirtualDiskRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString
datacenter - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, name = nil, datacenter = nil) ⇒ DefragmentVirtualDiskRequestType

Returns a new instance of DefragmentVirtualDiskRequestType.



36566
36567
36568
36569
36570
# File 'lib/vmware/soap/vim25.rb', line 36566

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

Instance Attribute Details

#datacenterObject

Returns the value of attribute datacenter.



36556
36557
36558
# File 'lib/vmware/soap/vim25.rb', line 36556

def datacenter
  @datacenter
end

#nameObject

Returns the value of attribute name.



36555
36556
36557
# File 'lib/vmware/soap/vim25.rb', line 36555

def name
  @name
end

Instance Method Details

#m__thisObject



36558
36559
36560
# File 'lib/vmware/soap/vim25.rb', line 36558

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36562
36563
36564
# File 'lib/vmware/soap/vim25.rb', line 36562

def m__this=(value)
  @v__this = value
end