Class: SessionTerminatedEvent
- Inherits:
-
SessionEvent
- Object
- DynamicData
- Event
- SessionEvent
- SessionTerminatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SessionTerminatedEvent
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
chainId - SOAP::SOAPInt
createdTime - SOAP::SOAPDateTime
userName - SOAP::SOAPString
datacenter - DatacenterEventArgument
computeResource - ComputeResourceEventArgument
host - HostEventArgument
vm - VmEventArgument
fullFormattedMessage - SOAP::SOAPString
sessionId - SOAP::SOAPString
terminatedUsername - SOAP::SOAPString
Instance Attribute Summary collapse
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#sessionId ⇒ Object
Returns the value of attribute sessionId.
-
#terminatedUsername ⇒ Object
Returns the value of attribute terminatedUsername.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, sessionId = nil, terminatedUsername = nil) ⇒ SessionTerminatedEvent
constructor
A new instance of SessionTerminatedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, sessionId = nil, terminatedUsername = nil) ⇒ SessionTerminatedEvent
Returns a new instance of SessionTerminatedEvent.
4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 |
# File 'lib/vmware/soap/vim25.rb', line 4691 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, sessionId = nil, terminatedUsername = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @sessionId = sessionId @terminatedUsername = terminatedUsername end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
4680 4681 4682 |
# File 'lib/vmware/soap/vim25.rb', line 4680 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4684 4685 4686 |
# File 'lib/vmware/soap/vim25.rb', line 4684 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4681 4682 4683 |
# File 'lib/vmware/soap/vim25.rb', line 4681 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4683 4684 4685 |
# File 'lib/vmware/soap/vim25.rb', line 4683 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4678 4679 4680 |
# File 'lib/vmware/soap/vim25.rb', line 4678 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4677 4678 4679 |
# File 'lib/vmware/soap/vim25.rb', line 4677 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4687 4688 4689 |
# File 'lib/vmware/soap/vim25.rb', line 4687 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4685 4686 4687 |
# File 'lib/vmware/soap/vim25.rb', line 4685 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
4679 4680 4681 |
# File 'lib/vmware/soap/vim25.rb', line 4679 def key @key end |
#sessionId ⇒ Object
Returns the value of attribute sessionId.
4688 4689 4690 |
# File 'lib/vmware/soap/vim25.rb', line 4688 def sessionId @sessionId end |
#terminatedUsername ⇒ Object
Returns the value of attribute terminatedUsername.
4689 4690 4691 |
# File 'lib/vmware/soap/vim25.rb', line 4689 def terminatedUsername @terminatedUsername end |
#userName ⇒ Object
Returns the value of attribute userName.
4682 4683 4684 |
# File 'lib/vmware/soap/vim25.rb', line 4682 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4686 4687 4688 |
# File 'lib/vmware/soap/vim25.rb', line 4686 def vm @vm end |