Class: UserLogoutSessionEvent
- Inherits:
-
SessionEvent
- Object
- DynamicData
- Event
- SessionEvent
- UserLogoutSessionEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UserLogoutSessionEvent
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
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.
-
#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) ⇒ UserLogoutSessionEvent
constructor
A new instance of UserLogoutSessionEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ UserLogoutSessionEvent
Returns a new instance of UserLogoutSessionEvent.
4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 |
# File 'lib/vmware/soap/vim25.rb', line 4521 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
4512 4513 4514 |
# File 'lib/vmware/soap/vim25.rb', line 4512 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4516 4517 4518 |
# File 'lib/vmware/soap/vim25.rb', line 4516 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4513 4514 4515 |
# File 'lib/vmware/soap/vim25.rb', line 4513 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4515 4516 4517 |
# File 'lib/vmware/soap/vim25.rb', line 4515 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4510 4511 4512 |
# File 'lib/vmware/soap/vim25.rb', line 4510 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4509 4510 4511 |
# File 'lib/vmware/soap/vim25.rb', line 4509 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4519 4520 4521 |
# File 'lib/vmware/soap/vim25.rb', line 4519 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4517 4518 4519 |
# File 'lib/vmware/soap/vim25.rb', line 4517 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
4511 4512 4513 |
# File 'lib/vmware/soap/vim25.rb', line 4511 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
4514 4515 4516 |
# File 'lib/vmware/soap/vim25.rb', line 4514 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4518 4519 4520 |
# File 'lib/vmware/soap/vim25.rb', line 4518 def vm @vm end |