Class: SessionTerminatedEvent

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

Overview

urn:vim25SessionTerminatedEvent

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

Returns a new instance of SessionTerminatedEvent.



4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
# File 'lib/vmware/soap/vim25.rb', line 4691

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, sessionId = nil, terminatedUsername = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @sessionId = sessionId
  @terminatedUsername = terminatedUsername
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



4680
4681
4682
# File 'lib/vmware/soap/vim25.rb', line 4680

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



4684
4685
4686
# File 'lib/vmware/soap/vim25.rb', line 4684

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



4681
4682
4683
# File 'lib/vmware/soap/vim25.rb', line 4681

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



4683
4684
4685
# File 'lib/vmware/soap/vim25.rb', line 4683

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



4678
4679
4680
# File 'lib/vmware/soap/vim25.rb', line 4678

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



4677
4678
4679
# File 'lib/vmware/soap/vim25.rb', line 4677

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



4687
4688
4689
# File 'lib/vmware/soap/vim25.rb', line 4687

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



4685
4686
4687
# File 'lib/vmware/soap/vim25.rb', line 4685

def host
  @host
end

#keyObject

Returns the value of attribute key.



4679
4680
4681
# File 'lib/vmware/soap/vim25.rb', line 4679

def key
  @key
end

#sessionIdObject

Returns the value of attribute sessionId.



4688
4689
4690
# File 'lib/vmware/soap/vim25.rb', line 4688

def sessionId
  @sessionId
end

#terminatedUsernameObject

Returns the value of attribute terminatedUsername.



4689
4690
4691
# File 'lib/vmware/soap/vim25.rb', line 4689

def terminatedUsername
  @terminatedUsername
end

#userNameObject

Returns the value of attribute userName.



4682
4683
4684
# File 'lib/vmware/soap/vim25.rb', line 4682

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



4686
4687
4688
# File 'lib/vmware/soap/vim25.rb', line 4686

def vm
  @vm
end