Class: StopServiceRequestType

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

Overview

urn:vim25StopServiceRequestType

m__this - ManagedObjectReference
id - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of StopServiceRequestType.



39278
39279
39280
39281
# File 'lib/vmware/soap/vim25.rb', line 39278

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



39268
39269
39270
# File 'lib/vmware/soap/vim25.rb', line 39268

def id
  @id
end

Instance Method Details

#m__thisObject



39270
39271
39272
# File 'lib/vmware/soap/vim25.rb', line 39270

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



39274
39275
39276
# File 'lib/vmware/soap/vim25.rb', line 39274

def m__this=(value)
  @v__this = value
end