Class: VirtualEthernetCard
- Inherits:
-
VirtualDevice
- Object
- DynamicData
- VirtualDevice
- VirtualEthernetCard
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualEthernetCard
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) ⇒ VirtualEthernetCard
constructor
A new instance of VirtualEthernetCard.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, addressType = nil, macAddress = nil, wakeOnLanEnabled = nil) ⇒ VirtualEthernetCard
Returns a new instance of VirtualEthernetCard.
26326 26327 26328 26329 26330 26331 26332 26333 26334 26335 26336 26337 26338 |
# File 'lib/vmware/soap/vim25.rb', line 26326 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.
26322 26323 26324 |
# File 'lib/vmware/soap/vim25.rb', line 26322 def addressType @addressType end |
#backing ⇒ Object
Returns the value of attribute backing.
26318 26319 26320 |
# File 'lib/vmware/soap/vim25.rb', line 26318 def backing @backing end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26319 26320 26321 |
# File 'lib/vmware/soap/vim25.rb', line 26319 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26320 26321 26322 |
# File 'lib/vmware/soap/vim25.rb', line 26320 def controllerKey @controllerKey end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26317 26318 26319 |
# File 'lib/vmware/soap/vim25.rb', line 26317 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26315 26316 26317 |
# File 'lib/vmware/soap/vim25.rb', line 26315 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26314 26315 26316 |
# File 'lib/vmware/soap/vim25.rb', line 26314 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
26316 26317 26318 |
# File 'lib/vmware/soap/vim25.rb', line 26316 def key @key end |
#macAddress ⇒ Object
Returns the value of attribute macAddress.
26323 26324 26325 |
# File 'lib/vmware/soap/vim25.rb', line 26323 def macAddress @macAddress end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26321 26322 26323 |
# File 'lib/vmware/soap/vim25.rb', line 26321 def unitNumber @unitNumber end |
#wakeOnLanEnabled ⇒ Object
Returns the value of attribute wakeOnLanEnabled.
26324 26325 26326 |
# File 'lib/vmware/soap/vim25.rb', line 26324 def wakeOnLanEnabled @wakeOnLanEnabled end |