Class: VmMessageEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmMessageEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmMessageEvent
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
template - SOAP::SOAPBoolean
- SOAP::SOAPString
- VirtualMachineMessage
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.
-
#message ⇒ Object
Returns the value of attribute message.
-
#messageInfo ⇒ Object
Returns the value of attribute messageInfo.
-
#template ⇒ Object
Returns the value of attribute template.
-
#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, template = nil, message = nil, messageInfo = []) ⇒ VmMessageEvent
constructor
A new instance of VmMessageEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, message = nil, messageInfo = []) ⇒ VmMessageEvent
Returns a new instance of VmMessageEvent.
11034 11035 11036 11037 11038 11039 11040 11041 11042 11043 11044 11045 11046 11047 11048 11049 |
# File 'lib/vmware/soap/vim25.rb', line 11034 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, = nil, = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @template = template = = end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
11022 11023 11024 |
# File 'lib/vmware/soap/vim25.rb', line 11022 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
11026 11027 11028 |
# File 'lib/vmware/soap/vim25.rb', line 11026 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
11023 11024 11025 |
# File 'lib/vmware/soap/vim25.rb', line 11023 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
11025 11026 11027 |
# File 'lib/vmware/soap/vim25.rb', line 11025 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
11020 11021 11022 |
# File 'lib/vmware/soap/vim25.rb', line 11020 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
11019 11020 11021 |
# File 'lib/vmware/soap/vim25.rb', line 11019 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
11029 11030 11031 |
# File 'lib/vmware/soap/vim25.rb', line 11029 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
11027 11028 11029 |
# File 'lib/vmware/soap/vim25.rb', line 11027 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
11021 11022 11023 |
# File 'lib/vmware/soap/vim25.rb', line 11021 def key @key end |
#message ⇒ Object
Returns the value of attribute message.
11031 11032 11033 |
# File 'lib/vmware/soap/vim25.rb', line 11031 def end |
#messageInfo ⇒ Object
Returns the value of attribute messageInfo.
11032 11033 11034 |
# File 'lib/vmware/soap/vim25.rb', line 11032 def end |
#template ⇒ Object
Returns the value of attribute template.
11030 11031 11032 |
# File 'lib/vmware/soap/vim25.rb', line 11030 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
11024 11025 11026 |
# File 'lib/vmware/soap/vim25.rb', line 11024 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
11028 11029 11030 |
# File 'lib/vmware/soap/vim25.rb', line 11028 def vm @vm end |