Class: CustomFieldDefRenamedEvent
- Inherits:
-
CustomFieldDefEvent
- Object
- DynamicData
- Event
- CustomFieldEvent
- CustomFieldDefEvent
- CustomFieldDefRenamedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomFieldDefRenamedEvent
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
fieldKey - SOAP::SOAPInt
name - SOAP::SOAPString
newName - 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.
-
#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.
-
#newName ⇒ Object
Returns the value of attribute newName.
-
#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, fieldKey = nil, name = nil, newName = nil) ⇒ CustomFieldDefRenamedEvent
constructor
A new instance of CustomFieldDefRenamedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, fieldKey = nil, name = nil, newName = nil) ⇒ CustomFieldDefRenamedEvent
Returns a new instance of CustomFieldDefRenamedEvent.
13802 13803 13804 13805 13806 13807 13808 13809 13810 13811 13812 13813 13814 13815 13816 13817 |
# File 'lib/vmware/soap/vim25.rb', line 13802 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, fieldKey = nil, name = nil, newName = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @fieldKey = fieldKey @name = name @newName = newName end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
13790 13791 13792 |
# File 'lib/vmware/soap/vim25.rb', line 13790 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13794 13795 13796 |
# File 'lib/vmware/soap/vim25.rb', line 13794 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13791 13792 13793 |
# File 'lib/vmware/soap/vim25.rb', line 13791 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13793 13794 13795 |
# File 'lib/vmware/soap/vim25.rb', line 13793 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13788 13789 13790 |
# File 'lib/vmware/soap/vim25.rb', line 13788 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13787 13788 13789 |
# File 'lib/vmware/soap/vim25.rb', line 13787 def dynamicType @dynamicType end |
#fieldKey ⇒ Object
Returns the value of attribute fieldKey.
13798 13799 13800 |
# File 'lib/vmware/soap/vim25.rb', line 13798 def fieldKey @fieldKey end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13797 13798 13799 |
# File 'lib/vmware/soap/vim25.rb', line 13797 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13795 13796 13797 |
# File 'lib/vmware/soap/vim25.rb', line 13795 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13789 13790 13791 |
# File 'lib/vmware/soap/vim25.rb', line 13789 def key @key end |
#name ⇒ Object
Returns the value of attribute name.
13799 13800 13801 |
# File 'lib/vmware/soap/vim25.rb', line 13799 def name @name end |
#newName ⇒ Object
Returns the value of attribute newName.
13800 13801 13802 |
# File 'lib/vmware/soap/vim25.rb', line 13800 def newName @newName end |
#userName ⇒ Object
Returns the value of attribute userName.
13792 13793 13794 |
# File 'lib/vmware/soap/vim25.rb', line 13792 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13796 13797 13798 |
# File 'lib/vmware/soap/vim25.rb', line 13796 def vm @vm end |