Class: UserLoginSessionEvent
- Inherits:
-
SessionEvent
- Object
- DynamicData
- Event
- SessionEvent
- UserLoginSessionEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UserLoginSessionEvent
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
ipAddress - SOAP::SOAPString
locale - SOAP::SOAPString
sessionId - 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.
-
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
-
#key ⇒ Object
Returns the value of attribute key.
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#sessionId ⇒ Object
Returns the value of attribute sessionId.
-
#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, ipAddress = nil, locale = nil, sessionId = nil) ⇒ UserLoginSessionEvent
constructor
A new instance of UserLoginSessionEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, ipAddress = nil, locale = nil, sessionId = nil) ⇒ UserLoginSessionEvent
Returns a new instance of UserLoginSessionEvent.
4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 |
# File 'lib/vmware/soap/vim25.rb', line 4478 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, ipAddress = nil, locale = nil, sessionId = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @ipAddress = ipAddress @locale = locale @sessionId = sessionId end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
4466 4467 4468 |
# File 'lib/vmware/soap/vim25.rb', line 4466 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4470 4471 4472 |
# File 'lib/vmware/soap/vim25.rb', line 4470 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4467 4468 4469 |
# File 'lib/vmware/soap/vim25.rb', line 4467 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4469 4470 4471 |
# File 'lib/vmware/soap/vim25.rb', line 4469 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4464 4465 4466 |
# File 'lib/vmware/soap/vim25.rb', line 4464 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4463 4464 4465 |
# File 'lib/vmware/soap/vim25.rb', line 4463 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4473 4474 4475 |
# File 'lib/vmware/soap/vim25.rb', line 4473 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4471 4472 4473 |
# File 'lib/vmware/soap/vim25.rb', line 4471 def host @host end |
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
4474 4475 4476 |
# File 'lib/vmware/soap/vim25.rb', line 4474 def ipAddress @ipAddress end |
#key ⇒ Object
Returns the value of attribute key.
4465 4466 4467 |
# File 'lib/vmware/soap/vim25.rb', line 4465 def key @key end |
#locale ⇒ Object
Returns the value of attribute locale.
4475 4476 4477 |
# File 'lib/vmware/soap/vim25.rb', line 4475 def locale @locale end |
#sessionId ⇒ Object
Returns the value of attribute sessionId.
4476 4477 4478 |
# File 'lib/vmware/soap/vim25.rb', line 4476 def sessionId @sessionId end |
#userName ⇒ Object
Returns the value of attribute userName.
4468 4469 4470 |
# File 'lib/vmware/soap/vim25.rb', line 4468 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4472 4473 4474 |
# File 'lib/vmware/soap/vim25.rb', line 4472 def vm @vm end |