Class: ManagedEntityEventArgument

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

Overview

urn:vim25ManagedEntityEventArgument

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
entity - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, entity = nil) ⇒ ManagedEntityEventArgument

Returns a new instance of ManagedEntityEventArgument.



16539
16540
16541
16542
16543
16544
# File 'lib/vmware/soap/vim25.rb', line 16539

def initialize(dynamicType = nil, dynamicProperty = [], name = nil, entity = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @name = name
  @entity = entity
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16535
16536
16537
# File 'lib/vmware/soap/vim25.rb', line 16535

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16534
16535
16536
# File 'lib/vmware/soap/vim25.rb', line 16534

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



16537
16538
16539
# File 'lib/vmware/soap/vim25.rb', line 16537

def entity
  @entity
end

#nameObject

Returns the value of attribute name.



16536
16537
16538
# File 'lib/vmware/soap/vim25.rb', line 16536

def name
  @name
end