Class: QueryVirtualDiskGeometryRequestType

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

Overview

urn:vim25QueryVirtualDiskGeometryRequestType

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

Returns a new instance of QueryVirtualDiskGeometryRequestType.



36710
36711
36712
36713
36714
# File 'lib/vmware/soap/vim25.rb', line 36710

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.



36700
36701
36702
# File 'lib/vmware/soap/vim25.rb', line 36700

def datacenter
  @datacenter
end

#nameObject

Returns the value of attribute name.



36699
36700
36701
# File 'lib/vmware/soap/vim25.rb', line 36699

def name
  @name
end

Instance Method Details

#m__thisObject



36702
36703
36704
# File 'lib/vmware/soap/vim25.rb', line 36702

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36706
36707
36708
# File 'lib/vmware/soap/vim25.rb', line 36706

def m__this=(value)
  @v__this = value
end