Class: CustomFieldDefRemovedEvent
- Inherits:
-
CustomFieldDefEvent
- Object
- DynamicData
- Event
- CustomFieldEvent
- CustomFieldDefEvent
- CustomFieldDefRemovedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomFieldDefRemovedEvent
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) ⇒ CustomFieldDefRemovedEvent
constructor
A new instance of CustomFieldDefRemovedEvent.
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) ⇒ CustomFieldDefRemovedEvent
Returns a new instance of CustomFieldDefRemovedEvent.
13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 13765 13766 13767 13768 |
# File 'lib/vmware/soap/vim25.rb', line 13754 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.
13743 13744 13745 |
# File 'lib/vmware/soap/vim25.rb', line 13743 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13747 13748 13749 |
# File 'lib/vmware/soap/vim25.rb', line 13747 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13744 13745 13746 |
# File 'lib/vmware/soap/vim25.rb', line 13744 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13746 13747 13748 |
# File 'lib/vmware/soap/vim25.rb', line 13746 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13741 13742 13743 |
# File 'lib/vmware/soap/vim25.rb', line 13741 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13740 13741 13742 |
# File 'lib/vmware/soap/vim25.rb', line 13740 def dynamicType @dynamicType end |
#fieldKey ⇒ Object
Returns the value of attribute fieldKey.
13751 13752 13753 |
# File 'lib/vmware/soap/vim25.rb', line 13751 def fieldKey @fieldKey end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13750 13751 13752 |
# File 'lib/vmware/soap/vim25.rb', line 13750 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13748 13749 13750 |
# File 'lib/vmware/soap/vim25.rb', line 13748 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13742 13743 13744 |
# File 'lib/vmware/soap/vim25.rb', line 13742 def key @key end |
#name ⇒ Object
Returns the value of attribute name.
13752 13753 13754 |
# File 'lib/vmware/soap/vim25.rb', line 13752 def name @name end |
#userName ⇒ Object
Returns the value of attribute userName.
13745 13746 13747 |
# File 'lib/vmware/soap/vim25.rb', line 13745 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13749 13750 13751 |
# File 'lib/vmware/soap/vim25.rb', line 13749 def vm @vm end |