Class: AlreadyAuthenticatedSessionEvent
- Inherits:
-
SessionEvent
- Object
- DynamicData
- Event
- SessionEvent
- AlreadyAuthenticatedSessionEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AlreadyAuthenticatedSessionEvent
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) ⇒ AlreadyAuthenticatedSessionEvent
constructor
A new instance of AlreadyAuthenticatedSessionEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ AlreadyAuthenticatedSessionEvent
Returns a new instance of AlreadyAuthenticatedSessionEvent.
4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 |
# File 'lib/vmware/soap/vim25.rb', line 4604 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.
4595 4596 4597 |
# File 'lib/vmware/soap/vim25.rb', line 4595 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4599 4600 4601 |
# File 'lib/vmware/soap/vim25.rb', line 4599 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4596 4597 4598 |
# File 'lib/vmware/soap/vim25.rb', line 4596 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4598 4599 4600 |
# File 'lib/vmware/soap/vim25.rb', line 4598 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4593 4594 4595 |
# File 'lib/vmware/soap/vim25.rb', line 4593 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4592 4593 4594 |
# File 'lib/vmware/soap/vim25.rb', line 4592 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4602 4603 4604 |
# File 'lib/vmware/soap/vim25.rb', line 4602 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4600 4601 4602 |
# File 'lib/vmware/soap/vim25.rb', line 4600 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
4594 4595 4596 |
# File 'lib/vmware/soap/vim25.rb', line 4594 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
4597 4598 4599 |
# File 'lib/vmware/soap/vim25.rb', line 4597 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4601 4602 4603 |
# File 'lib/vmware/soap/vim25.rb', line 4601 def vm @vm end |