Class: VirtualControllerOption

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

Overview

urn:vim25VirtualControllerOption

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
devices - IntOption
supportedDevice - SOAP::SOAPString

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, devices = nil, supportedDevice = []) ⇒ VirtualControllerOption

Returns a new instance of VirtualControllerOption.


27689
27690
27691
27692
27693
27694
27695
27696
27697
27698
27699
27700
27701
27702
27703
# File 'lib/vmware/soap/vim25.rb', line 27689

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

Instance Attribute Details

#autoAssignControllerObject

Returns the value of attribute autoAssignController.


27680
27681
27682
# File 'lib/vmware/soap/vim25.rb', line 27680

def autoAssignController
  @autoAssignController
end

#backingOptionObject

Returns the value of attribute backingOption.


27681
27682
27683
# File 'lib/vmware/soap/vim25.rb', line 27681

def backingOption
  @backingOption
end

#connectOptionObject

Returns the value of attribute connectOption.


27678
27679
27680
# File 'lib/vmware/soap/vim25.rb', line 27678

def connectOption
  @connectOption
end

#controllerTypeObject

Returns the value of attribute controllerType.


27679
27680
27681
# File 'lib/vmware/soap/vim25.rb', line 27679

def controllerType
  @controllerType
end

#defaultBackingOptionIndexObject

Returns the value of attribute defaultBackingOptionIndex.


27682
27683
27684
# File 'lib/vmware/soap/vim25.rb', line 27682

def defaultBackingOptionIndex
  @defaultBackingOptionIndex
end

#deprecatedObject

Returns the value of attribute deprecated.


27684
27685
27686
# File 'lib/vmware/soap/vim25.rb', line 27684

def deprecated
  @deprecated
end

#devicesObject

Returns the value of attribute devices.


27686
27687
27688
# File 'lib/vmware/soap/vim25.rb', line 27686

def devices
  @devices
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


27676
27677
27678
# File 'lib/vmware/soap/vim25.rb', line 27676

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


27675
27676
27677
# File 'lib/vmware/soap/vim25.rb', line 27675

def dynamicType
  @dynamicType
end

#licensingLimitObject

Returns the value of attribute licensingLimit.


27683
27684
27685
# File 'lib/vmware/soap/vim25.rb', line 27683

def licensingLimit
  @licensingLimit
end

#plugAndPlayObject

Returns the value of attribute plugAndPlay.


27685
27686
27687
# File 'lib/vmware/soap/vim25.rb', line 27685

def plugAndPlay
  @plugAndPlay
end

#supportedDeviceObject

Returns the value of attribute supportedDevice.


27687
27688
27689
# File 'lib/vmware/soap/vim25.rb', line 27687

def supportedDevice
  @supportedDevice
end

#typeObject

Returns the value of attribute type.


27677
27678
27679
# File 'lib/vmware/soap/vim25.rb', line 27677

def type
  @type
end