Class: VirtualVmxnet2
- Inherits:
-
VirtualVmxnet
- Object
- DynamicData
- VirtualDevice
- VirtualEthernetCard
- VirtualVmxnet
- VirtualVmxnet2
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualVmxnet2
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) ⇒ VirtualVmxnet2
constructor
A new instance of VirtualVmxnet2.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, addressType = nil, macAddress = nil, wakeOnLanEnabled = nil) ⇒ VirtualVmxnet2
Returns a new instance of VirtualVmxnet2.
26486 26487 26488 26489 26490 26491 26492 26493 26494 26495 26496 26497 26498 |
# File 'lib/vmware/soap/vim25.rb', line 26486 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.
26482 26483 26484 |
# File 'lib/vmware/soap/vim25.rb', line 26482 def addressType @addressType end |
#backing ⇒ Object
Returns the value of attribute backing.
26478 26479 26480 |
# File 'lib/vmware/soap/vim25.rb', line 26478 def backing @backing end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26479 26480 26481 |
# File 'lib/vmware/soap/vim25.rb', line 26479 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26480 26481 26482 |
# File 'lib/vmware/soap/vim25.rb', line 26480 def controllerKey @controllerKey end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26477 26478 26479 |
# File 'lib/vmware/soap/vim25.rb', line 26477 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26475 26476 26477 |
# File 'lib/vmware/soap/vim25.rb', line 26475 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26474 26475 26476 |
# File 'lib/vmware/soap/vim25.rb', line 26474 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
26476 26477 26478 |
# File 'lib/vmware/soap/vim25.rb', line 26476 def key @key end |
#macAddress ⇒ Object
Returns the value of attribute macAddress.
26483 26484 26485 |
# File 'lib/vmware/soap/vim25.rb', line 26483 def macAddress @macAddress end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26481 26482 26483 |
# File 'lib/vmware/soap/vim25.rb', line 26481 def unitNumber @unitNumber end |
#wakeOnLanEnabled ⇒ Object
Returns the value of attribute wakeOnLanEnabled.
26484 26485 26486 |
# File 'lib/vmware/soap/vim25.rb', line 26484 def wakeOnLanEnabled @wakeOnLanEnabled end |