Class: DeleteDatastoreFileRequestType

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

Overview

urn:vim25DeleteDatastoreFileRequestType

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

Returns a new instance of DeleteDatastoreFileRequestType.



34534
34535
34536
34537
34538
# File 'lib/vmware/soap/vim25.rb', line 34534

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.



34524
34525
34526
# File 'lib/vmware/soap/vim25.rb', line 34524

def datacenter
  @datacenter
end

#nameObject

Returns the value of attribute name.



34523
34524
34525
# File 'lib/vmware/soap/vim25.rb', line 34523

def name
  @name
end

Instance Method Details

#m__thisObject



34526
34527
34528
# File 'lib/vmware/soap/vim25.rb', line 34526

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34530
34531
34532
# File 'lib/vmware/soap/vim25.rb', line 34530

def m__this=(value)
  @v__this = value
end