Class: CustomFieldDefAddedEvent
- Inherits:
-
CustomFieldDefEvent
- Object
- DynamicData
- Event
- CustomFieldEvent
- CustomFieldDefEvent
- CustomFieldDefAddedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomFieldDefAddedEvent
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
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) ⇒ CustomFieldDefAddedEvent
constructor
A new instance of CustomFieldDefAddedEvent.
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) ⇒ CustomFieldDefAddedEvent
Returns a new instance of CustomFieldDefAddedEvent.
13708 13709 13710 13711 13712 13713 13714 13715 13716 13717 13718 13719 13720 13721 13722 |
# File 'lib/vmware/soap/vim25.rb', line 13708 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.
13697 13698 13699 |
# File 'lib/vmware/soap/vim25.rb', line 13697 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13701 13702 13703 |
# File 'lib/vmware/soap/vim25.rb', line 13701 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13698 13699 13700 |
# File 'lib/vmware/soap/vim25.rb', line 13698 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13700 13701 13702 |
# File 'lib/vmware/soap/vim25.rb', line 13700 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13695 13696 13697 |
# File 'lib/vmware/soap/vim25.rb', line 13695 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13694 13695 13696 |
# File 'lib/vmware/soap/vim25.rb', line 13694 def dynamicType @dynamicType end |
#fieldKey ⇒ Object
Returns the value of attribute fieldKey.
13705 13706 13707 |
# File 'lib/vmware/soap/vim25.rb', line 13705 def fieldKey @fieldKey end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13704 13705 13706 |
# File 'lib/vmware/soap/vim25.rb', line 13704 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13702 13703 13704 |
# File 'lib/vmware/soap/vim25.rb', line 13702 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13696 13697 13698 |
# File 'lib/vmware/soap/vim25.rb', line 13696 def key @key end |
#name ⇒ Object
Returns the value of attribute name.
13706 13707 13708 |
# File 'lib/vmware/soap/vim25.rb', line 13706 def name @name end |
#userName ⇒ Object
Returns the value of attribute userName.
13699 13700 13701 |
# File 'lib/vmware/soap/vim25.rb', line 13699 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13703 13704 13705 |
# File 'lib/vmware/soap/vim25.rb', line 13703 def vm @vm end |