Class: StartServiceRequestType

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

Overview

urn:vim25StartServiceRequestType

m__this - ManagedObjectReference
id - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of StartServiceRequestType.



39258
39259
39260
39261
# File 'lib/vmware/soap/vim25.rb', line 39258

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



39248
39249
39250
# File 'lib/vmware/soap/vim25.rb', line 39248

def id
  @id
end

Instance Method Details

#m__thisObject



39250
39251
39252
# File 'lib/vmware/soap/vim25.rb', line 39250

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



39254
39255
39256
# File 'lib/vmware/soap/vim25.rb', line 39254

def m__this=(value)
  @v__this = value
end