Class: CustomFieldEvent
- Inherits:
-
Event
- Object
- DynamicData
- Event
- CustomFieldEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomFieldEvent
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
Direct Known Subclasses
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.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#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) ⇒ CustomFieldEvent
constructor
A new instance of CustomFieldEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ CustomFieldEvent
Returns a new instance of CustomFieldEvent.
13618 13619 13620 13621 13622 13623 13624 13625 13626 13627 13628 13629 13630 |
# File 'lib/vmware/soap/vim25.rb', line 13618 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
13609 13610 13611 |
# File 'lib/vmware/soap/vim25.rb', line 13609 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13613 13614 13615 |
# File 'lib/vmware/soap/vim25.rb', line 13613 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13610 13611 13612 |
# File 'lib/vmware/soap/vim25.rb', line 13610 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13612 13613 13614 |
# File 'lib/vmware/soap/vim25.rb', line 13612 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13607 13608 13609 |
# File 'lib/vmware/soap/vim25.rb', line 13607 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13606 13607 13608 |
# File 'lib/vmware/soap/vim25.rb', line 13606 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13616 13617 13618 |
# File 'lib/vmware/soap/vim25.rb', line 13616 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13614 13615 13616 |
# File 'lib/vmware/soap/vim25.rb', line 13614 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13608 13609 13610 |
# File 'lib/vmware/soap/vim25.rb', line 13608 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
13611 13612 13613 |
# File 'lib/vmware/soap/vim25.rb', line 13611 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13615 13616 13617 |
# File 'lib/vmware/soap/vim25.rb', line 13615 def vm @vm end |