Class: TaskFilterSpecByEntity
- Inherits:
-
DynamicData
- Object
- DynamicData
- TaskFilterSpecByEntity
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25TaskFilterSpecByEntity
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - ManagedObjectReference
recursion - TaskFilterSpecRecursionOption
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) ⇒ TaskFilterSpecByEntity
constructor
A new instance of TaskFilterSpecByEntity.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, recursion = nil) ⇒ TaskFilterSpecByEntity
Returns a new instance of TaskFilterSpecByEntity.
2357 2358 2359 2360 2361 2362 |
# File 'lib/vmware/soap/vim25.rb', line 2357 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.
2353 2354 2355 |
# File 'lib/vmware/soap/vim25.rb', line 2353 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2352 2353 2354 |
# File 'lib/vmware/soap/vim25.rb', line 2352 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
2354 2355 2356 |
# File 'lib/vmware/soap/vim25.rb', line 2354 def entity @entity end |
#recursion ⇒ Object
Returns the value of attribute recursion.
2355 2356 2357 |
# File 'lib/vmware/soap/vim25.rb', line 2355 def recursion @recursion end |