Class: VirtualVideoCardOption

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

Overview

urn:vim25VirtualVideoCardOption

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
videoRamSizeInKB - LongOption

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, videoRamSizeInKB = nil) ⇒ VirtualVideoCardOption

Returns a new instance of VirtualVideoCardOption.



28940
28941
28942
28943
28944
28945
28946
28947
28948
28949
28950
28951
28952
28953
# File 'lib/vmware/soap/vim25.rb', line 28940

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

Instance Attribute Details

#autoAssignControllerObject

Returns the value of attribute autoAssignController.



28932
28933
28934
# File 'lib/vmware/soap/vim25.rb', line 28932

def autoAssignController
  @autoAssignController
end

#backingOptionObject

Returns the value of attribute backingOption.



28933
28934
28935
# File 'lib/vmware/soap/vim25.rb', line 28933

def backingOption
  @backingOption
end

#connectOptionObject

Returns the value of attribute connectOption.



28930
28931
28932
# File 'lib/vmware/soap/vim25.rb', line 28930

def connectOption
  @connectOption
end

#controllerTypeObject

Returns the value of attribute controllerType.



28931
28932
28933
# File 'lib/vmware/soap/vim25.rb', line 28931

def controllerType
  @controllerType
end

#defaultBackingOptionIndexObject

Returns the value of attribute defaultBackingOptionIndex.



28934
28935
28936
# File 'lib/vmware/soap/vim25.rb', line 28934

def defaultBackingOptionIndex
  @defaultBackingOptionIndex
end

#deprecatedObject

Returns the value of attribute deprecated.



28936
28937
28938
# File 'lib/vmware/soap/vim25.rb', line 28936

def deprecated
  @deprecated
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



28928
28929
28930
# File 'lib/vmware/soap/vim25.rb', line 28928

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



28927
28928
28929
# File 'lib/vmware/soap/vim25.rb', line 28927

def dynamicType
  @dynamicType
end

#licensingLimitObject

Returns the value of attribute licensingLimit.



28935
28936
28937
# File 'lib/vmware/soap/vim25.rb', line 28935

def licensingLimit
  @licensingLimit
end

#plugAndPlayObject

Returns the value of attribute plugAndPlay.



28937
28938
28939
# File 'lib/vmware/soap/vim25.rb', line 28937

def plugAndPlay
  @plugAndPlay
end

#typeObject

Returns the value of attribute type.



28929
28930
28931
# File 'lib/vmware/soap/vim25.rb', line 28929

def type
  @type
end

#videoRamSizeInKBObject

Returns the value of attribute videoRamSizeInKB.



28938
28939
28940
# File 'lib/vmware/soap/vim25.rb', line 28938

def videoRamSizeInKB
  @videoRamSizeInKB
end