Class: VirtualSoundCardDeviceBackingOption

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

Overview

urn:vim25VirtualSoundCardDeviceBackingOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
autoDetectAvailable - BoolOption

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualSoundCardDeviceBackingOption

Returns a new instance of VirtualSoundCardDeviceBackingOption.



27436
27437
27438
27439
27440
27441
# File 'lib/vmware/soap/vim25.rb', line 27436

def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @type = type
  @autoDetectAvailable = autoDetectAvailable
end

Instance Attribute Details

#autoDetectAvailableObject

Returns the value of attribute autoDetectAvailable.



27434
27435
27436
# File 'lib/vmware/soap/vim25.rb', line 27434

def autoDetectAvailable
  @autoDetectAvailable
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27432
27433
27434
# File 'lib/vmware/soap/vim25.rb', line 27432

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27431
27432
27433
# File 'lib/vmware/soap/vim25.rb', line 27431

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



27433
27434
27435
# File 'lib/vmware/soap/vim25.rb', line 27433

def type
  @type
end