Class: QueryVirtualDiskFragmentationRequestType

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

Overview

urn:vim25QueryVirtualDiskFragmentationRequestType

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) ⇒ QueryVirtualDiskFragmentationRequestType

Returns a new instance of QueryVirtualDiskFragmentationRequestType.



36543
36544
36545
36546
36547
# File 'lib/vmware/soap/vim25.rb', line 36543

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.



36533
36534
36535
# File 'lib/vmware/soap/vim25.rb', line 36533

def datacenter
  @datacenter
end

#nameObject

Returns the value of attribute name.



36532
36533
36534
# File 'lib/vmware/soap/vim25.rb', line 36532

def name
  @name
end

Instance Method Details

#m__thisObject



36535
36536
36537
# File 'lib/vmware/soap/vim25.rb', line 36535

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36539
36540
36541
# File 'lib/vmware/soap/vim25.rb', line 36539

def m__this=(value)
  @v__this = value
end