Class: StartServiceRequestType
- Inherits:
-
Object
- Object
- StartServiceRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25StartServiceRequestType
m__this - ManagedObjectReference
id - SOAP::SOAPString
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(v__this = nil, id = nil) ⇒ StartServiceRequestType
constructor
A new instance of StartServiceRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#id ⇒ Object
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__this ⇒ Object
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 |