Class: GlobalMessageChangedEvent
- Inherits:
-
SessionEvent
- Object
- DynamicData
- Event
- SessionEvent
- GlobalMessageChangedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GlobalMessageChangedEvent
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
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.
-
#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) ⇒ GlobalMessageChangedEvent
constructor
A new instance of GlobalMessageChangedEvent.
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) ⇒ GlobalMessageChangedEvent
Returns a new instance of GlobalMessageChangedEvent.
4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 |
# File 'lib/vmware/soap/vim25.rb', line 4735 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @message = end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
4725 4726 4727 |
# File 'lib/vmware/soap/vim25.rb', line 4725 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4729 4730 4731 |
# File 'lib/vmware/soap/vim25.rb', line 4729 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4726 4727 4728 |
# File 'lib/vmware/soap/vim25.rb', line 4726 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4728 4729 4730 |
# File 'lib/vmware/soap/vim25.rb', line 4728 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4723 4724 4725 |
# File 'lib/vmware/soap/vim25.rb', line 4723 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4722 4723 4724 |
# File 'lib/vmware/soap/vim25.rb', line 4722 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4732 4733 4734 |
# File 'lib/vmware/soap/vim25.rb', line 4732 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4730 4731 4732 |
# File 'lib/vmware/soap/vim25.rb', line 4730 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
4724 4725 4726 |
# File 'lib/vmware/soap/vim25.rb', line 4724 def key @key end |
#message ⇒ Object
Returns the value of attribute message.
4733 4734 4735 |
# File 'lib/vmware/soap/vim25.rb', line 4733 def @message end |
#userName ⇒ Object
Returns the value of attribute userName.
4727 4728 4729 |
# File 'lib/vmware/soap/vim25.rb', line 4727 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4731 4732 4733 |
# File 'lib/vmware/soap/vim25.rb', line 4731 def vm @vm end |