Class: StopServiceRequestType
- Inherits:
-
Object
- Object
- StopServiceRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25StopServiceRequestType
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) ⇒ StopServiceRequestType
constructor
A new instance of StopServiceRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#id ⇒ Object
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__this ⇒ Object
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 |