Class: VirtualMachineMessage

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

Overview

urn:vim25VirtualMachineMessage

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
id - SOAP::SOAPString
argument - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#argumentObject

Returns the value of attribute argument.



23755
23756
23757
# File 'lib/vmware/soap/vim25.rb', line 23755

def argument
  @argument
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



23753
23754
23755
# File 'lib/vmware/soap/vim25.rb', line 23753

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



23752
23753
23754
# File 'lib/vmware/soap/vim25.rb', line 23752

def dynamicType
  @dynamicType
end

#idObject

Returns the value of attribute id.



23754
23755
23756
# File 'lib/vmware/soap/vim25.rb', line 23754

def id
  @id
end