Class: HostCnxFailedBadUsernameEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostCnxFailedBadUsernameEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostCnxFailedBadUsernameEvent
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) ⇒ HostCnxFailedBadUsernameEvent
constructor
A new instance of HostCnxFailedBadUsernameEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostCnxFailedBadUsernameEvent
Returns a new instance of HostCnxFailedBadUsernameEvent.
5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 |
# File 'lib/vmware/soap/vim25.rb', line 5483 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.
5474 5475 5476 |
# File 'lib/vmware/soap/vim25.rb', line 5474 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
5478 5479 5480 |
# File 'lib/vmware/soap/vim25.rb', line 5478 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
5475 5476 5477 |
# File 'lib/vmware/soap/vim25.rb', line 5475 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
5477 5478 5479 |
# File 'lib/vmware/soap/vim25.rb', line 5477 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
5472 5473 5474 |
# File 'lib/vmware/soap/vim25.rb', line 5472 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
5471 5472 5473 |
# File 'lib/vmware/soap/vim25.rb', line 5471 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
5481 5482 5483 |
# File 'lib/vmware/soap/vim25.rb', line 5481 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
5479 5480 5481 |
# File 'lib/vmware/soap/vim25.rb', line 5479 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
5473 5474 5475 |
# File 'lib/vmware/soap/vim25.rb', line 5473 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
5476 5477 5478 |
# File 'lib/vmware/soap/vim25.rb', line 5476 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
5480 5481 5482 |
# File 'lib/vmware/soap/vim25.rb', line 5480 def vm @vm end |