Class: VmEventArgument

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

Overview

urn:vim25VmEventArgument

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, vm = nil) ⇒ VmEventArgument

Returns a new instance of VmEventArgument.



16653
16654
16655
16656
16657
16658
# File 'lib/vmware/soap/vim25.rb', line 16653

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16649
16650
16651
# File 'lib/vmware/soap/vim25.rb', line 16649

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16648
16649
16650
# File 'lib/vmware/soap/vim25.rb', line 16648

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



16650
16651
16652
# File 'lib/vmware/soap/vim25.rb', line 16650

def name
  @name
end

#vmObject

Returns the value of attribute vm.



16651
16652
16653
# File 'lib/vmware/soap/vim25.rb', line 16651

def vm
  @vm
end