Class: VirtualVmxnet
- Inherits:
-
VirtualEthernetCard
- Object
- DynamicData
- VirtualDevice
- VirtualEthernetCard
- VirtualVmxnet
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualVmxnet
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
Direct Known Subclasses
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) ⇒ VirtualVmxnet
constructor
A new instance of VirtualVmxnet.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, addressType = nil, macAddress = nil, wakeOnLanEnabled = nil) ⇒ VirtualVmxnet
Returns a new instance of VirtualVmxnet.
26446 26447 26448 26449 26450 26451 26452 26453 26454 26455 26456 26457 26458 |
# File 'lib/vmware/soap/vim25.rb', line 26446 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.
26442 26443 26444 |
# File 'lib/vmware/soap/vim25.rb', line 26442 def addressType @addressType end |
#backing ⇒ Object
Returns the value of attribute backing.
26438 26439 26440 |
# File 'lib/vmware/soap/vim25.rb', line 26438 def backing @backing end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26439 26440 26441 |
# File 'lib/vmware/soap/vim25.rb', line 26439 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26440 26441 26442 |
# File 'lib/vmware/soap/vim25.rb', line 26440 def controllerKey @controllerKey end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26437 26438 26439 |
# File 'lib/vmware/soap/vim25.rb', line 26437 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26435 26436 26437 |
# File 'lib/vmware/soap/vim25.rb', line 26435 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26434 26435 26436 |
# File 'lib/vmware/soap/vim25.rb', line 26434 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
26436 26437 26438 |
# File 'lib/vmware/soap/vim25.rb', line 26436 def key @key end |
#macAddress ⇒ Object
Returns the value of attribute macAddress.
26443 26444 26445 |
# File 'lib/vmware/soap/vim25.rb', line 26443 def macAddress @macAddress end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26441 26442 26443 |
# File 'lib/vmware/soap/vim25.rb', line 26441 def unitNumber @unitNumber end |
#wakeOnLanEnabled ⇒ Object
Returns the value of attribute wakeOnLanEnabled.
26444 26445 26446 |
# File 'lib/vmware/soap/vim25.rb', line 26444 def wakeOnLanEnabled @wakeOnLanEnabled end |