Class: BadUsernameSessionEvent

Inherits:
SessionEvent show all
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

Instance Method Summary collapse

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

#chainIdObject

Returns the value of attribute chainId.



4553
4554
4555
# File 'lib/vmware/soap/vim25.rb', line 4553

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



4557
4558
4559
# File 'lib/vmware/soap/vim25.rb', line 4557

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



4554
4555
4556
# File 'lib/vmware/soap/vim25.rb', line 4554

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



4556
4557
4558
# File 'lib/vmware/soap/vim25.rb', line 4556

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



4551
4552
4553
# File 'lib/vmware/soap/vim25.rb', line 4551

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



4550
4551
4552
# File 'lib/vmware/soap/vim25.rb', line 4550

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



4560
4561
4562
# File 'lib/vmware/soap/vim25.rb', line 4560

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



4558
4559
4560
# File 'lib/vmware/soap/vim25.rb', line 4558

def host
  @host
end

#ipAddressObject

Returns the value of attribute ipAddress.



4561
4562
4563
# File 'lib/vmware/soap/vim25.rb', line 4561

def ipAddress
  @ipAddress
end

#keyObject

Returns the value of attribute key.



4552
4553
4554
# File 'lib/vmware/soap/vim25.rb', line 4552

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



4555
4556
4557
# File 'lib/vmware/soap/vim25.rb', line 4555

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



4559
4560
4561
# File 'lib/vmware/soap/vim25.rb', line 4559

def vm
  @vm
end