Class: VmEventArgument
- Inherits:
-
EntityEventArgument
- Object
- DynamicData
- EventArgument
- EntityEventArgument
- VmEventArgument
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmEventArgument
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
vm - ManagedObjectReference
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, vm = nil) ⇒ VmEventArgument
constructor
A new instance of VmEventArgument.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16649 16650 16651 |
# File 'lib/vmware/soap/vim25.rb', line 16649 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16648 16649 16650 |
# File 'lib/vmware/soap/vim25.rb', line 16648 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
16650 16651 16652 |
# File 'lib/vmware/soap/vim25.rb', line 16650 def name @name end |
#vm ⇒ Object
Returns the value of attribute vm.
16651 16652 16653 |
# File 'lib/vmware/soap/vim25.rb', line 16651 def vm @vm end |