Class: UninstallServiceRequestType

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

Overview

urn:vim25UninstallServiceRequestType

m__this - ManagedObjectReference
id - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, id = nil) ⇒ UninstallServiceRequestType

Returns a new instance of UninstallServiceRequestType.


39318
39319
39320
39321
# File 'lib/vmware/soap/vim25.rb', line 39318

def initialize(v__this = nil, id = nil)
  @v__this = v__this
  @id = id
end

Instance Attribute Details

#idObject

Returns the value of attribute id.


39308
39309
39310
# File 'lib/vmware/soap/vim25.rb', line 39308

def id
  @id
end

Instance Method Details

#m__thisObject


39310
39311
39312
# File 'lib/vmware/soap/vim25.rb', line 39310

def m__this
  @v__this
end

#m__this=(value) ⇒ Object


39314
39315
39316
# File 'lib/vmware/soap/vim25.rb', line 39314

def m__this=(value)
  @v__this = value
end