Class: VirtualMachineSoundInfo

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

Overview

urn:vim25VirtualMachineSoundInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
configurationTag - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = []) ⇒ VirtualMachineSoundInfo

Returns a new instance of VirtualMachineSoundInfo.



24380
24381
24382
24383
24384
24385
# File 'lib/vmware/soap/vim25.rb', line 24380

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

Instance Attribute Details

#configurationTagObject

Returns the value of attribute configurationTag.



24378
24379
24380
# File 'lib/vmware/soap/vim25.rb', line 24378

def configurationTag
  @configurationTag
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24376
24377
24378
# File 'lib/vmware/soap/vim25.rb', line 24376

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24375
24376
24377
# File 'lib/vmware/soap/vim25.rb', line 24375

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



24377
24378
24379
# File 'lib/vmware/soap/vim25.rb', line 24377

def name
  @name
end