Class: EventFilterSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- EventFilterSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25EventFilterSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - EventFilterSpecByEntity
time - EventFilterSpecByTime
userName - EventFilterSpecByUsername
eventChainId - SOAP::SOAPInt
alarm - ManagedObjectReference
scheduledTask - ManagedObjectReference
disableFullMessage - SOAP::SOAPBoolean
category - SOAP::SOAPString
type - SOAP::SOAPString
Instance Attribute Summary collapse
-
#alarm ⇒ Object
Returns the value of attribute alarm.
-
#category ⇒ Object
Returns the value of attribute category.
-
#disableFullMessage ⇒ Object
Returns the value of attribute disableFullMessage.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#eventChainId ⇒ Object
Returns the value of attribute eventChainId.
-
#scheduledTask ⇒ Object
Returns the value of attribute scheduledTask.
-
#time ⇒ Object
Returns the value of attribute time.
-
#type ⇒ Object
Returns the value of attribute type.
-
#userName ⇒ Object
Returns the value of attribute userName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, time = nil, userName = nil, eventChainId = nil, alarm = nil, scheduledTask = nil, disableFullMessage = nil, category = [], type = []) ⇒ EventFilterSpec
constructor
A new instance of EventFilterSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, time = nil, userName = nil, eventChainId = nil, alarm = nil, scheduledTask = nil, disableFullMessage = nil, category = [], type = []) ⇒ EventFilterSpec
Returns a new instance of EventFilterSpec.
16853 16854 16855 16856 16857 16858 16859 16860 16861 16862 16863 16864 16865 |
# File 'lib/vmware/soap/vim25.rb', line 16853 def initialize(dynamicType = nil, dynamicProperty = [], entity = nil, time = nil, userName = nil, eventChainId = nil, alarm = nil, scheduledTask = nil, disableFullMessage = nil, category = [], type = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @entity = entity @time = time @userName = userName @eventChainId = eventChainId @alarm = alarm @scheduledTask = scheduledTask @disableFullMessage = disableFullMessage @category = category @type = type end |
Instance Attribute Details
#alarm ⇒ Object
Returns the value of attribute alarm.
16847 16848 16849 |
# File 'lib/vmware/soap/vim25.rb', line 16847 def alarm @alarm end |
#category ⇒ Object
Returns the value of attribute category.
16850 16851 16852 |
# File 'lib/vmware/soap/vim25.rb', line 16850 def category @category end |
#disableFullMessage ⇒ Object
Returns the value of attribute disableFullMessage.
16849 16850 16851 |
# File 'lib/vmware/soap/vim25.rb', line 16849 def disableFullMessage @disableFullMessage end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16842 16843 16844 |
# File 'lib/vmware/soap/vim25.rb', line 16842 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16841 16842 16843 |
# File 'lib/vmware/soap/vim25.rb', line 16841 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
16843 16844 16845 |
# File 'lib/vmware/soap/vim25.rb', line 16843 def entity @entity end |
#eventChainId ⇒ Object
Returns the value of attribute eventChainId.
16846 16847 16848 |
# File 'lib/vmware/soap/vim25.rb', line 16846 def eventChainId @eventChainId end |
#scheduledTask ⇒ Object
Returns the value of attribute scheduledTask.
16848 16849 16850 |
# File 'lib/vmware/soap/vim25.rb', line 16848 def scheduledTask @scheduledTask end |
#time ⇒ Object
Returns the value of attribute time.
16844 16845 16846 |
# File 'lib/vmware/soap/vim25.rb', line 16844 def time @time end |
#type ⇒ Object
Returns the value of attribute type.
16851 16852 16853 |
# File 'lib/vmware/soap/vim25.rb', line 16851 def type @type end |
#userName ⇒ Object
Returns the value of attribute userName.
16845 16846 16847 |
# File 'lib/vmware/soap/vim25.rb', line 16845 def userName @userName end |