Class: InflateVirtualDiskRequestType

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

Overview

urn:vim25InflateVirtualDiskRequestType

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

Returns a new instance of InflateVirtualDiskRequestType.



36615
36616
36617
36618
36619
# File 'lib/vmware/soap/vim25.rb', line 36615

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.



36605
36606
36607
# File 'lib/vmware/soap/vim25.rb', line 36605

def datacenter
  @datacenter
end

#nameObject

Returns the value of attribute name.



36604
36605
36606
# File 'lib/vmware/soap/vim25.rb', line 36604

def name
  @name
end

Instance Method Details

#m__thisObject



36607
36608
36609
# File 'lib/vmware/soap/vim25.rb', line 36607

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36611
36612
36613
# File 'lib/vmware/soap/vim25.rb', line 36611

def m__this=(value)
  @v__this = value
end