Class: VirtualEnsoniq1371Option

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

Overview

urn:vim25VirtualEnsoniq1371Option

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) ⇒ VirtualEnsoniq1371Option

Returns a new instance of VirtualEnsoniq1371Option.



28778
28779
28780
28781
28782
28783
28784
28785
28786
28787
28788
28789
28790
# File 'lib/vmware/soap/vim25.rb', line 28778

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.



28771
28772
28773
# File 'lib/vmware/soap/vim25.rb', line 28771

def autoAssignController
  @autoAssignController
end

#backingOptionObject

Returns the value of attribute backingOption.



28772
28773
28774
# File 'lib/vmware/soap/vim25.rb', line 28772

def backingOption
  @backingOption
end

#connectOptionObject

Returns the value of attribute connectOption.



28769
28770
28771
# File 'lib/vmware/soap/vim25.rb', line 28769

def connectOption
  @connectOption
end

#controllerTypeObject

Returns the value of attribute controllerType.



28770
28771
28772
# File 'lib/vmware/soap/vim25.rb', line 28770

def controllerType
  @controllerType
end

#defaultBackingOptionIndexObject

Returns the value of attribute defaultBackingOptionIndex.



28773
28774
28775
# File 'lib/vmware/soap/vim25.rb', line 28773

def defaultBackingOptionIndex
  @defaultBackingOptionIndex
end

#deprecatedObject

Returns the value of attribute deprecated.



28775
28776
28777
# File 'lib/vmware/soap/vim25.rb', line 28775

def deprecated
  @deprecated
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



28767
28768
28769
# File 'lib/vmware/soap/vim25.rb', line 28767

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



28766
28767
28768
# File 'lib/vmware/soap/vim25.rb', line 28766

def dynamicType
  @dynamicType
end

#licensingLimitObject

Returns the value of attribute licensingLimit.



28774
28775
28776
# File 'lib/vmware/soap/vim25.rb', line 28774

def licensingLimit
  @licensingLimit
end

#plugAndPlayObject

Returns the value of attribute plugAndPlay.



28776
28777
28778
# File 'lib/vmware/soap/vim25.rb', line 28776

def plugAndPlay
  @plugAndPlay
end

#typeObject

Returns the value of attribute type.



28768
28769
28770
# File 'lib/vmware/soap/vim25.rb', line 28768

def type
  @type
end