Class: SessionEvent
- Inherits:
-
Event
- Object
- DynamicData
- Event
- SessionEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SessionEvent
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
Direct Known Subclasses
AlreadyAuthenticatedSessionEvent, BadUsernameSessionEvent, GlobalMessageChangedEvent, NoAccessUserEvent, ServerStartedSessionEvent, SessionTerminatedEvent, UserLoginSessionEvent, UserLogoutSessionEvent
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) ⇒ SessionEvent
constructor
A new instance of SessionEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ SessionEvent
Returns a new instance of SessionEvent.
4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 |
# File 'lib/vmware/soap/vim25.rb', line 4392 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.
4383 4384 4385 |
# File 'lib/vmware/soap/vim25.rb', line 4383 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4387 4388 4389 |
# File 'lib/vmware/soap/vim25.rb', line 4387 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4384 4385 4386 |
# File 'lib/vmware/soap/vim25.rb', line 4384 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4386 4387 4388 |
# File 'lib/vmware/soap/vim25.rb', line 4386 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4381 4382 4383 |
# File 'lib/vmware/soap/vim25.rb', line 4381 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4380 4381 4382 |
# File 'lib/vmware/soap/vim25.rb', line 4380 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4390 4391 4392 |
# File 'lib/vmware/soap/vim25.rb', line 4390 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4388 4389 4390 |
# File 'lib/vmware/soap/vim25.rb', line 4388 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
4382 4383 4384 |
# File 'lib/vmware/soap/vim25.rb', line 4382 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
4385 4386 4387 |
# File 'lib/vmware/soap/vim25.rb', line 4385 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4389 4390 4391 |
# File 'lib/vmware/soap/vim25.rb', line 4389 def vm @vm end |