Class: VirtualSoundBlaster16Option

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

Overview

urn:vim25VirtualSoundBlaster16Option

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
connectOption - VirtualDeviceConnectOption
controllerType - SOAP::SOAPString
autoAssignController - BoolOption
backingOption - VirtualDeviceBackingOption
defaultBackingOptionIndex - SOAP::SOAPInt
licensingLimit - SOAP::SOAPString
deprecated - SOAP::SOAPBoolean
plugAndPlay - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil) ⇒ VirtualSoundBlaster16Option

Returns a new instance of VirtualSoundBlaster16Option.



28818
28819
28820
28821
28822
28823
28824
28825
28826
28827
28828
28829
28830
# File 'lib/vmware/soap/vim25.rb', line 28818

def initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @type = type
  @connectOption = connectOption
  @controllerType = controllerType
  @autoAssignController = autoAssignController
  @backingOption = backingOption
  @defaultBackingOptionIndex = defaultBackingOptionIndex
  @licensingLimit = licensingLimit
  @deprecated = deprecated
  @plugAndPlay = plugAndPlay
end

Instance Attribute Details

#autoAssignControllerObject

Returns the value of attribute autoAssignController.



28811
28812
28813
# File 'lib/vmware/soap/vim25.rb', line 28811

def autoAssignController
  @autoAssignController
end

#backingOptionObject

Returns the value of attribute backingOption.



28812
28813
28814
# File 'lib/vmware/soap/vim25.rb', line 28812

def backingOption
  @backingOption
end

#connectOptionObject

Returns the value of attribute connectOption.



28809
28810
28811
# File 'lib/vmware/soap/vim25.rb', line 28809

def connectOption
  @connectOption
end

#controllerTypeObject

Returns the value of attribute controllerType.



28810
28811
28812
# File 'lib/vmware/soap/vim25.rb', line 28810

def controllerType
  @controllerType
end

#defaultBackingOptionIndexObject

Returns the value of attribute defaultBackingOptionIndex.



28813
28814
28815
# File 'lib/vmware/soap/vim25.rb', line 28813

def defaultBackingOptionIndex
  @defaultBackingOptionIndex
end

#deprecatedObject

Returns the value of attribute deprecated.



28815
28816
28817
# File 'lib/vmware/soap/vim25.rb', line 28815

def deprecated
  @deprecated
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



28807
28808
28809
# File 'lib/vmware/soap/vim25.rb', line 28807

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



28806
28807
28808
# File 'lib/vmware/soap/vim25.rb', line 28806

def dynamicType
  @dynamicType
end

#licensingLimitObject

Returns the value of attribute licensingLimit.



28814
28815
28816
# File 'lib/vmware/soap/vim25.rb', line 28814

def licensingLimit
  @licensingLimit
end

#plugAndPlayObject

Returns the value of attribute plugAndPlay.



28816
28817
28818
# File 'lib/vmware/soap/vim25.rb', line 28816

def plugAndPlay
  @plugAndPlay
end

#typeObject

Returns the value of attribute type.



28808
28809
28810
# File 'lib/vmware/soap/vim25.rb', line 28808

def type
  @type
end