Class: VirtualMachineMessage
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineMessage
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineMessage
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
id - SOAP::SOAPString
argument - (any)
Instance Attribute Summary collapse
-
#argument ⇒ Object
Returns the value of attribute argument.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], id = nil, argument = []) ⇒ VirtualMachineMessage
constructor
A new instance of VirtualMachineMessage.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], id = nil, argument = []) ⇒ VirtualMachineMessage
Returns a new instance of VirtualMachineMessage.
23757 23758 23759 23760 23761 23762 |
# File 'lib/vmware/soap/vim25.rb', line 23757 def initialize(dynamicType = nil, dynamicProperty = [], id = nil, argument = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @id = id @argument = argument end |
Instance Attribute Details
#argument ⇒ Object
Returns the value of attribute argument.
23755 23756 23757 |
# File 'lib/vmware/soap/vim25.rb', line 23755 def argument @argument end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23753 23754 23755 |
# File 'lib/vmware/soap/vim25.rb', line 23753 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23752 23753 23754 |
# File 'lib/vmware/soap/vim25.rb', line 23752 def dynamicType @dynamicType end |
#id ⇒ Object
Returns the value of attribute id.
23754 23755 23756 |
# File 'lib/vmware/soap/vim25.rb', line 23754 def id @id end |