Class: BadUsernameSessionEvent
- Inherits:
-
SessionEvent
- Object
- DynamicData
- Event
- SessionEvent
- BadUsernameSessionEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25BadUsernameSessionEvent
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
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.
-
#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) ⇒ BadUsernameSessionEvent
constructor
A new instance of BadUsernameSessionEvent.
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) ⇒ BadUsernameSessionEvent
Returns a new instance of BadUsernameSessionEvent.
4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 |
# File 'lib/vmware/soap/vim25.rb', line 4563 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) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @ipAddress = ipAddress end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
4553 4554 4555 |
# File 'lib/vmware/soap/vim25.rb', line 4553 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4557 4558 4559 |
# File 'lib/vmware/soap/vim25.rb', line 4557 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4554 4555 4556 |
# File 'lib/vmware/soap/vim25.rb', line 4554 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4556 4557 4558 |
# File 'lib/vmware/soap/vim25.rb', line 4556 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4551 4552 4553 |
# File 'lib/vmware/soap/vim25.rb', line 4551 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4550 4551 4552 |
# File 'lib/vmware/soap/vim25.rb', line 4550 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4560 4561 4562 |
# File 'lib/vmware/soap/vim25.rb', line 4560 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4558 4559 4560 |
# File 'lib/vmware/soap/vim25.rb', line 4558 def host @host end |
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
4561 4562 4563 |
# File 'lib/vmware/soap/vim25.rb', line 4561 def ipAddress @ipAddress end |
#key ⇒ Object
Returns the value of attribute key.
4552 4553 4554 |
# File 'lib/vmware/soap/vim25.rb', line 4552 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
4555 4556 4557 |
# File 'lib/vmware/soap/vim25.rb', line 4555 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4559 4560 4561 |
# File 'lib/vmware/soap/vim25.rb', line 4559 def vm @vm end |