Class: EventFilterSpecByEntity
- Inherits:
-
DynamicData
- Object
- DynamicData
- EventFilterSpecByEntity
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25EventFilterSpecByEntity
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - ManagedObjectReference
recursion - EventFilterSpecRecursionOption
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#recursion ⇒ Object
Returns the value of attribute recursion.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, recursion = nil) ⇒ EventFilterSpecByEntity
constructor
A new instance of EventFilterSpecByEntity.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, recursion = nil) ⇒ EventFilterSpecByEntity
Returns a new instance of EventFilterSpecByEntity.
16782 16783 16784 16785 16786 16787 |
# File 'lib/vmware/soap/vim25.rb', line 16782 def initialize(dynamicType = nil, dynamicProperty = [], entity = nil, recursion = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @entity = entity @recursion = recursion end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16778 16779 16780 |
# File 'lib/vmware/soap/vim25.rb', line 16778 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16777 16778 16779 |
# File 'lib/vmware/soap/vim25.rb', line 16777 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
16779 16780 16781 |
# File 'lib/vmware/soap/vim25.rb', line 16779 def entity @entity end |
#recursion ⇒ Object
Returns the value of attribute recursion.
16780 16781 16782 |
# File 'lib/vmware/soap/vim25.rb', line 16780 def recursion @recursion end |