Class: CustomFieldValueChangedEvent
- Inherits:
-
CustomFieldEvent
- Object
- DynamicData
- Event
- CustomFieldEvent
- CustomFieldValueChangedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomFieldValueChangedEvent
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
entity - ManagedEntityEventArgument
fieldKey - SOAP::SOAPInt
name - SOAP::SOAPString
value - 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.
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#fieldKey ⇒ Object
Returns the value of attribute fieldKey.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#name ⇒ Object
Returns the value of attribute name.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#value ⇒ Object
Returns the value of attribute value.
-
#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, entity = nil, fieldKey = nil, name = nil, value = nil) ⇒ CustomFieldValueChangedEvent
constructor
A new instance of CustomFieldValueChangedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, entity = nil, fieldKey = nil, name = nil, value = nil) ⇒ CustomFieldValueChangedEvent
Returns a new instance of CustomFieldValueChangedEvent.
13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 13863 13864 13865 13866 13867 13868 13869 |
# File 'lib/vmware/soap/vim25.rb', line 13853 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, entity = nil, fieldKey = nil, name = nil, value = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @entity = entity @fieldKey = fieldKey @name = name @value = value end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
13840 13841 13842 |
# File 'lib/vmware/soap/vim25.rb', line 13840 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13844 13845 13846 |
# File 'lib/vmware/soap/vim25.rb', line 13844 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13841 13842 13843 |
# File 'lib/vmware/soap/vim25.rb', line 13841 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13843 13844 13845 |
# File 'lib/vmware/soap/vim25.rb', line 13843 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13838 13839 13840 |
# File 'lib/vmware/soap/vim25.rb', line 13838 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13837 13838 13839 |
# File 'lib/vmware/soap/vim25.rb', line 13837 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
13848 13849 13850 |
# File 'lib/vmware/soap/vim25.rb', line 13848 def entity @entity end |
#fieldKey ⇒ Object
Returns the value of attribute fieldKey.
13849 13850 13851 |
# File 'lib/vmware/soap/vim25.rb', line 13849 def fieldKey @fieldKey end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13847 13848 13849 |
# File 'lib/vmware/soap/vim25.rb', line 13847 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13845 13846 13847 |
# File 'lib/vmware/soap/vim25.rb', line 13845 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13839 13840 13841 |
# File 'lib/vmware/soap/vim25.rb', line 13839 def key @key end |
#name ⇒ Object
Returns the value of attribute name.
13850 13851 13852 |
# File 'lib/vmware/soap/vim25.rb', line 13850 def name @name end |
#userName ⇒ Object
Returns the value of attribute userName.
13842 13843 13844 |
# File 'lib/vmware/soap/vim25.rb', line 13842 def userName @userName end |
#value ⇒ Object
Returns the value of attribute value.
13851 13852 13853 |
# File 'lib/vmware/soap/vim25.rb', line 13851 def value @value end |
#vm ⇒ Object
Returns the value of attribute vm.
13846 13847 13848 |
# File 'lib/vmware/soap/vim25.rb', line 13846 def vm @vm end |