Class: EventFilterSpecByEntity

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

Overview

urn:vim25EventFilterSpecByEntity

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16778
16779
16780
# File 'lib/vmware/soap/vim25.rb', line 16778

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16777
16778
16779
# File 'lib/vmware/soap/vim25.rb', line 16777

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



16779
16780
16781
# File 'lib/vmware/soap/vim25.rb', line 16779

def entity
  @entity
end

#recursionObject

Returns the value of attribute recursion.



16780
16781
16782
# File 'lib/vmware/soap/vim25.rb', line 16780

def recursion
  @recursion
end