Class: Event
- Inherits:
-
DynamicData
- Object
- DynamicData
- Event
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25Event
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
AlarmEvent, AuthorizationEvent, ClusterEvent, CustomFieldEvent, DatacenterEvent, DatastoreEvent, GeneralEvent, HostEvent, LicenseEvent, LicenseExpiredEvent, LockerMisconfiguredEvent, LockerReconfiguredEvent, ResourcePoolEvent, ScheduledTaskEvent, SessionEvent, TaskEvent, TemplateUpgradeEvent, UpgradeEvent, VmEvent
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) ⇒ Event
constructor
A new instance of Event.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ Event
Returns a new instance of Event.
3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 |
# File 'lib/vmware/soap/vim25.rb', line 3824 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.
3815 3816 3817 |
# File 'lib/vmware/soap/vim25.rb', line 3815 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
3819 3820 3821 |
# File 'lib/vmware/soap/vim25.rb', line 3819 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
3816 3817 3818 |
# File 'lib/vmware/soap/vim25.rb', line 3816 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
3818 3819 3820 |
# File 'lib/vmware/soap/vim25.rb', line 3818 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3813 3814 3815 |
# File 'lib/vmware/soap/vim25.rb', line 3813 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3812 3813 3814 |
# File 'lib/vmware/soap/vim25.rb', line 3812 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
3822 3823 3824 |
# File 'lib/vmware/soap/vim25.rb', line 3822 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
3820 3821 3822 |
# File 'lib/vmware/soap/vim25.rb', line 3820 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
3814 3815 3816 |
# File 'lib/vmware/soap/vim25.rb', line 3814 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
3817 3818 3819 |
# File 'lib/vmware/soap/vim25.rb', line 3817 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
3821 3822 3823 |
# File 'lib/vmware/soap/vim25.rb', line 3821 def vm @vm end |