Class: VirtualDevice

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

Overview

urn:vim25VirtualDevice

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

Returns a new instance of VirtualDevice.


25855
25856
25857
25858
25859
25860
25861
25862
25863
25864
# File 'lib/vmware/soap/vim25.rb', line 25855

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.


25850
25851
25852
# File 'lib/vmware/soap/vim25.rb', line 25850

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.


25851
25852
25853
# File 'lib/vmware/soap/vim25.rb', line 25851

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.


25852
25853
25854
# File 'lib/vmware/soap/vim25.rb', line 25852

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.


25849
25850
25851
# File 'lib/vmware/soap/vim25.rb', line 25849

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


25847
25848
25849
# File 'lib/vmware/soap/vim25.rb', line 25847

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


25846
25847
25848
# File 'lib/vmware/soap/vim25.rb', line 25846

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.


25848
25849
25850
# File 'lib/vmware/soap/vim25.rb', line 25848

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.


25853
25854
25855
# File 'lib/vmware/soap/vim25.rb', line 25853

def unitNumber
  @unitNumber
end