Class: RestartServiceRequestType
- Inherits:
-
Object
- Object
- RestartServiceRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RestartServiceRequestType
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) ⇒ RestartServiceRequestType
constructor
A new instance of RestartServiceRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, id = nil) ⇒ RestartServiceRequestType
Returns a new instance of RestartServiceRequestType.
39298 39299 39300 39301 |
# File 'lib/vmware/soap/vim25.rb', line 39298 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.
39288 39289 39290 |
# File 'lib/vmware/soap/vim25.rb', line 39288 def id @id end |
Instance Method Details
#m__this ⇒ Object
39290 39291 39292 |
# File 'lib/vmware/soap/vim25.rb', line 39290 def m__this @v__this end |
#m__this=(value) ⇒ Object
39294 39295 39296 |
# File 'lib/vmware/soap/vim25.rb', line 39294 def m__this=(value) @v__this = value end |