Class: VirtualVMIROMOption

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

Overview

urn:vim25VirtualVMIROMOption

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

Returns a new instance of VirtualVMIROMOption.



28898
28899
28900
28901
28902
28903
28904
28905
28906
28907
28908
28909
28910
# File 'lib/vmware/soap/vim25.rb', line 28898

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.



28891
28892
28893
# File 'lib/vmware/soap/vim25.rb', line 28891

def autoAssignController
  @autoAssignController
end

#backingOptionObject

Returns the value of attribute backingOption.



28892
28893
28894
# File 'lib/vmware/soap/vim25.rb', line 28892

def backingOption
  @backingOption
end

#connectOptionObject

Returns the value of attribute connectOption.



28889
28890
28891
# File 'lib/vmware/soap/vim25.rb', line 28889

def connectOption
  @connectOption
end

#controllerTypeObject

Returns the value of attribute controllerType.



28890
28891
28892
# File 'lib/vmware/soap/vim25.rb', line 28890

def controllerType
  @controllerType
end

#defaultBackingOptionIndexObject

Returns the value of attribute defaultBackingOptionIndex.



28893
28894
28895
# File 'lib/vmware/soap/vim25.rb', line 28893

def defaultBackingOptionIndex
  @defaultBackingOptionIndex
end

#deprecatedObject

Returns the value of attribute deprecated.



28895
28896
28897
# File 'lib/vmware/soap/vim25.rb', line 28895

def deprecated
  @deprecated
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



28887
28888
28889
# File 'lib/vmware/soap/vim25.rb', line 28887

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



28886
28887
28888
# File 'lib/vmware/soap/vim25.rb', line 28886

def dynamicType
  @dynamicType
end

#licensingLimitObject

Returns the value of attribute licensingLimit.



28894
28895
28896
# File 'lib/vmware/soap/vim25.rb', line 28894

def licensingLimit
  @licensingLimit
end

#plugAndPlayObject

Returns the value of attribute plugAndPlay.



28896
28897
28898
# File 'lib/vmware/soap/vim25.rb', line 28896

def plugAndPlay
  @plugAndPlay
end

#typeObject

Returns the value of attribute type.



28888
28889
28890
# File 'lib/vmware/soap/vim25.rb', line 28888

def type
  @type
end