Class: UserLoginSessionEvent

Inherits:
SessionEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25UserLoginSessionEvent

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
locale - SOAP::SOAPString
sessionId - 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, locale = nil, sessionId = nil) ⇒ UserLoginSessionEvent

Returns a new instance of UserLoginSessionEvent.



4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
# File 'lib/vmware/soap/vim25.rb', line 4478

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, locale = nil, sessionId = 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
  @locale = locale
  @sessionId = sessionId
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



4466
4467
4468
# File 'lib/vmware/soap/vim25.rb', line 4466

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



4470
4471
4472
# File 'lib/vmware/soap/vim25.rb', line 4470

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



4467
4468
4469
# File 'lib/vmware/soap/vim25.rb', line 4467

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



4469
4470
4471
# File 'lib/vmware/soap/vim25.rb', line 4469

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



4464
4465
4466
# File 'lib/vmware/soap/vim25.rb', line 4464

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



4463
4464
4465
# File 'lib/vmware/soap/vim25.rb', line 4463

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



4473
4474
4475
# File 'lib/vmware/soap/vim25.rb', line 4473

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



4471
4472
4473
# File 'lib/vmware/soap/vim25.rb', line 4471

def host
  @host
end

#ipAddressObject

Returns the value of attribute ipAddress.



4474
4475
4476
# File 'lib/vmware/soap/vim25.rb', line 4474

def ipAddress
  @ipAddress
end

#keyObject

Returns the value of attribute key.



4465
4466
4467
# File 'lib/vmware/soap/vim25.rb', line 4465

def key
  @key
end

#localeObject

Returns the value of attribute locale.



4475
4476
4477
# File 'lib/vmware/soap/vim25.rb', line 4475

def locale
  @locale
end

#sessionIdObject

Returns the value of attribute sessionId.



4476
4477
4478
# File 'lib/vmware/soap/vim25.rb', line 4476

def sessionId
  @sessionId
end

#userNameObject

Returns the value of attribute userName.



4468
4469
4470
# File 'lib/vmware/soap/vim25.rb', line 4468

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



4472
4473
4474
# File 'lib/vmware/soap/vim25.rb', line 4472

def vm
  @vm
end