Class: GeneralUserEvent
- Inherits:
-
GeneralEvent
- Object
- DynamicData
- Event
- GeneralEvent
- GeneralUserEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GeneralUserEvent
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
- SOAP::SOAPString
entity - ManagedEntityEventArgument
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.
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#message ⇒ Object
Returns the value of attribute message.
-
#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, message = nil, entity = nil) ⇒ GeneralUserEvent
constructor
A new instance of GeneralUserEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, message = nil, entity = nil) ⇒ GeneralUserEvent
Returns a new instance of GeneralUserEvent.
4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 |
# File 'lib/vmware/soap/vim25.rb', line 4169 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, = nil, entity = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @message = @entity = entity end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
4158 4159 4160 |
# File 'lib/vmware/soap/vim25.rb', line 4158 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4162 4163 4164 |
# File 'lib/vmware/soap/vim25.rb', line 4162 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4159 4160 4161 |
# File 'lib/vmware/soap/vim25.rb', line 4159 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4161 4162 4163 |
# File 'lib/vmware/soap/vim25.rb', line 4161 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4156 4157 4158 |
# File 'lib/vmware/soap/vim25.rb', line 4156 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4155 4156 4157 |
# File 'lib/vmware/soap/vim25.rb', line 4155 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
4167 4168 4169 |
# File 'lib/vmware/soap/vim25.rb', line 4167 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4165 4166 4167 |
# File 'lib/vmware/soap/vim25.rb', line 4165 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4163 4164 4165 |
# File 'lib/vmware/soap/vim25.rb', line 4163 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
4157 4158 4159 |
# File 'lib/vmware/soap/vim25.rb', line 4157 def key @key end |
#message ⇒ Object
Returns the value of attribute message.
4166 4167 4168 |
# File 'lib/vmware/soap/vim25.rb', line 4166 def @message end |
#userName ⇒ Object
Returns the value of attribute userName.
4160 4161 4162 |
# File 'lib/vmware/soap/vim25.rb', line 4160 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4164 4165 4166 |
# File 'lib/vmware/soap/vim25.rb', line 4164 def vm @vm end |