Class: DeleteVirtualDiskRequestType

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

Overview

urn:vim25DeleteVirtualDiskRequestType

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

Returns a new instance of DeleteVirtualDiskRequestType.



36427
36428
36429
36430
36431
# File 'lib/vmware/soap/vim25.rb', line 36427

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.



36417
36418
36419
# File 'lib/vmware/soap/vim25.rb', line 36417

def datacenter
  @datacenter
end

#nameObject

Returns the value of attribute name.



36416
36417
36418
# File 'lib/vmware/soap/vim25.rb', line 36416

def name
  @name
end

Instance Method Details

#m__thisObject



36419
36420
36421
# File 'lib/vmware/soap/vim25.rb', line 36419

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36423
36424
36425
# File 'lib/vmware/soap/vim25.rb', line 36423

def m__this=(value)
  @v__this = value
end