Class: VirtualKeyboard

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

Overview

urn:vim25VirtualKeyboard

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
deviceInfo - Description
backing - VirtualDeviceBackingInfo
connectable - VirtualDeviceConnectInfo
controllerKey - SOAP::SOAPInt
unitNumber - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil) ⇒ VirtualKeyboard

Returns a new instance of VirtualKeyboard.



26551
26552
26553
26554
26555
26556
26557
26558
26559
26560
# File 'lib/vmware/soap/vim25.rb', line 26551

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @deviceInfo = deviceInfo
  @backing = backing
  @connectable = connectable
  @controllerKey = controllerKey
  @unitNumber = unitNumber
end

Instance Attribute Details

#backingObject

Returns the value of attribute backing.



26546
26547
26548
# File 'lib/vmware/soap/vim25.rb', line 26546

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.



26547
26548
26549
# File 'lib/vmware/soap/vim25.rb', line 26547

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26548
26549
26550
# File 'lib/vmware/soap/vim25.rb', line 26548

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26545
26546
26547
# File 'lib/vmware/soap/vim25.rb', line 26545

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26543
26544
26545
# File 'lib/vmware/soap/vim25.rb', line 26543

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26542
26543
26544
# File 'lib/vmware/soap/vim25.rb', line 26542

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26544
26545
26546
# File 'lib/vmware/soap/vim25.rb', line 26544

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.



26549
26550
26551
# File 'lib/vmware/soap/vim25.rb', line 26549

def unitNumber
  @unitNumber
end