Class: VirtualPCNet32
- Inherits:
-
VirtualEthernetCard
- Object
- DynamicData
- VirtualDevice
- VirtualEthernetCard
- VirtualPCNet32
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualPCNet32
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
deviceInfo - Description
backing - VirtualDeviceBackingInfo
connectable - VirtualDeviceConnectInfo
controllerKey - SOAP::SOAPInt
unitNumber - SOAP::SOAPInt
addressType - SOAP::SOAPString
macAddress - SOAP::SOAPString
wakeOnLanEnabled - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#addressType ⇒ Object
Returns the value of attribute addressType.
-
#backing ⇒ Object
Returns the value of attribute backing.
-
#connectable ⇒ Object
Returns the value of attribute connectable.
-
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
-
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#macAddress ⇒ Object
Returns the value of attribute macAddress.
-
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
-
#wakeOnLanEnabled ⇒ Object
Returns the value of attribute wakeOnLanEnabled.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, addressType = nil, macAddress = nil, wakeOnLanEnabled = nil) ⇒ VirtualPCNet32
constructor
A new instance of VirtualPCNet32.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, addressType = nil, macAddress = nil, wakeOnLanEnabled = nil) ⇒ VirtualPCNet32
Returns a new instance of VirtualPCNet32.
26406 26407 26408 26409 26410 26411 26412 26413 26414 26415 26416 26417 26418 |
# File 'lib/vmware/soap/vim25.rb', line 26406 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, addressType = nil, macAddress = nil, wakeOnLanEnabled = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @deviceInfo = deviceInfo @backing = backing @connectable = connectable @controllerKey = controllerKey @unitNumber = unitNumber @addressType = addressType @macAddress = macAddress @wakeOnLanEnabled = wakeOnLanEnabled end |
Instance Attribute Details
#addressType ⇒ Object
Returns the value of attribute addressType.
26402 26403 26404 |
# File 'lib/vmware/soap/vim25.rb', line 26402 def addressType @addressType end |
#backing ⇒ Object
Returns the value of attribute backing.
26398 26399 26400 |
# File 'lib/vmware/soap/vim25.rb', line 26398 def backing @backing end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26399 26400 26401 |
# File 'lib/vmware/soap/vim25.rb', line 26399 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26400 26401 26402 |
# File 'lib/vmware/soap/vim25.rb', line 26400 def controllerKey @controllerKey end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26397 26398 26399 |
# File 'lib/vmware/soap/vim25.rb', line 26397 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26395 26396 26397 |
# File 'lib/vmware/soap/vim25.rb', line 26395 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26394 26395 26396 |
# File 'lib/vmware/soap/vim25.rb', line 26394 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
26396 26397 26398 |
# File 'lib/vmware/soap/vim25.rb', line 26396 def key @key end |
#macAddress ⇒ Object
Returns the value of attribute macAddress.
26403 26404 26405 |
# File 'lib/vmware/soap/vim25.rb', line 26403 def macAddress @macAddress end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26401 26402 26403 |
# File 'lib/vmware/soap/vim25.rb', line 26401 def unitNumber @unitNumber end |
#wakeOnLanEnabled ⇒ Object
Returns the value of attribute wakeOnLanEnabled.
26404 26405 26406 |
# File 'lib/vmware/soap/vim25.rb', line 26404 def wakeOnLanEnabled @wakeOnLanEnabled end |