Class: TerminateSessionRequestType
- Inherits:
-
Object
- Object
- TerminateSessionRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25TerminateSessionRequestType
m__this - ManagedObjectReference
sessionId - SOAP::SOAPString
Instance Attribute Summary collapse
-
#sessionId ⇒ Object
Returns the value of attribute sessionId.
Instance Method Summary collapse
-
#initialize(v__this = nil, sessionId = []) ⇒ TerminateSessionRequestType
constructor
A new instance of TerminateSessionRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, sessionId = []) ⇒ TerminateSessionRequestType
Returns a new instance of TerminateSessionRequestType.
36104 36105 36106 36107 |
# File 'lib/vmware/soap/vim25.rb', line 36104 def initialize(v__this = nil, sessionId = []) @v__this = v__this @sessionId = sessionId end |
Instance Attribute Details
#sessionId ⇒ Object
Returns the value of attribute sessionId.
36094 36095 36096 |
# File 'lib/vmware/soap/vim25.rb', line 36094 def sessionId @sessionId end |
Instance Method Details
#m__this ⇒ Object
36096 36097 36098 |
# File 'lib/vmware/soap/vim25.rb', line 36096 def m__this @v__this end |
#m__this=(value) ⇒ Object
36100 36101 36102 |
# File 'lib/vmware/soap/vim25.rb', line 36100 def m__this=(value) @v__this = value end |