Class: CustomFieldDefEvent
- Inherits:
-
CustomFieldEvent
- Object
- DynamicData
- Event
- CustomFieldEvent
- CustomFieldDefEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomFieldDefEvent
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
Direct Known Subclasses
CustomFieldDefAddedEvent, CustomFieldDefRemovedEvent, CustomFieldDefRenamedEvent
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.
-
#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) ⇒ CustomFieldDefEvent
constructor
A new instance of CustomFieldDefEvent.
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) ⇒ CustomFieldDefEvent
Returns a new instance of CustomFieldDefEvent.
13662 13663 13664 13665 13666 13667 13668 13669 13670 13671 13672 13673 13674 13675 13676 |
# File 'lib/vmware/soap/vim25.rb', line 13662 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) @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 end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
13651 13652 13653 |
# File 'lib/vmware/soap/vim25.rb', line 13651 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13655 13656 13657 |
# File 'lib/vmware/soap/vim25.rb', line 13655 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13652 13653 13654 |
# File 'lib/vmware/soap/vim25.rb', line 13652 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13654 13655 13656 |
# File 'lib/vmware/soap/vim25.rb', line 13654 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13649 13650 13651 |
# File 'lib/vmware/soap/vim25.rb', line 13649 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13648 13649 13650 |
# File 'lib/vmware/soap/vim25.rb', line 13648 def dynamicType @dynamicType end |
#fieldKey ⇒ Object
Returns the value of attribute fieldKey.
13659 13660 13661 |
# File 'lib/vmware/soap/vim25.rb', line 13659 def fieldKey @fieldKey end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13658 13659 13660 |
# File 'lib/vmware/soap/vim25.rb', line 13658 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13656 13657 13658 |
# File 'lib/vmware/soap/vim25.rb', line 13656 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13650 13651 13652 |
# File 'lib/vmware/soap/vim25.rb', line 13650 def key @key end |
#name ⇒ Object
Returns the value of attribute name.
13660 13661 13662 |
# File 'lib/vmware/soap/vim25.rb', line 13660 def name @name end |
#userName ⇒ Object
Returns the value of attribute userName.
13653 13654 13655 |
# File 'lib/vmware/soap/vim25.rb', line 13653 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13657 13658 13659 |
# File 'lib/vmware/soap/vim25.rb', line 13657 def vm @vm end |