Class: TaskFilterSpecByEntity

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25TaskFilterSpecByEntity

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - ManagedObjectReference
recursion - TaskFilterSpecRecursionOption

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2353
2354
2355
# File 'lib/vmware/soap/vim25.rb', line 2353

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2352
2353
2354
# File 'lib/vmware/soap/vim25.rb', line 2352

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



2354
2355
2356
# File 'lib/vmware/soap/vim25.rb', line 2354

def entity
  @entity
end

#recursionObject

Returns the value of attribute recursion.



2355
2356
2357
# File 'lib/vmware/soap/vim25.rb', line 2355

def recursion
  @recursion
end