Class: VirtualE1000
- Inherits:
-
VirtualEthernetCard
- Object
- DynamicData
- VirtualDevice
- VirtualEthernetCard
- VirtualE1000
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualE1000
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) ⇒ VirtualE1000
constructor
A new instance of VirtualE1000.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, addressType = nil, macAddress = nil, wakeOnLanEnabled = nil) ⇒ VirtualE1000
Returns a new instance of VirtualE1000.
26366 26367 26368 26369 26370 26371 26372 26373 26374 26375 26376 26377 26378 |
# File 'lib/vmware/soap/vim25.rb', line 26366 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.
26362 26363 26364 |
# File 'lib/vmware/soap/vim25.rb', line 26362 def addressType @addressType end |
#backing ⇒ Object
Returns the value of attribute backing.
26358 26359 26360 |
# File 'lib/vmware/soap/vim25.rb', line 26358 def backing @backing end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26359 26360 26361 |
# File 'lib/vmware/soap/vim25.rb', line 26359 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26360 26361 26362 |
# File 'lib/vmware/soap/vim25.rb', line 26360 def controllerKey @controllerKey end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26357 26358 26359 |
# File 'lib/vmware/soap/vim25.rb', line 26357 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26355 26356 26357 |
# File 'lib/vmware/soap/vim25.rb', line 26355 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26354 26355 26356 |
# File 'lib/vmware/soap/vim25.rb', line 26354 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
26356 26357 26358 |
# File 'lib/vmware/soap/vim25.rb', line 26356 def key @key end |
#macAddress ⇒ Object
Returns the value of attribute macAddress.
26363 26364 26365 |
# File 'lib/vmware/soap/vim25.rb', line 26363 def macAddress @macAddress end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26361 26362 26363 |
# File 'lib/vmware/soap/vim25.rb', line 26361 def unitNumber @unitNumber end |
#wakeOnLanEnabled ⇒ Object
Returns the value of attribute wakeOnLanEnabled.
26364 26365 26366 |
# File 'lib/vmware/soap/vim25.rb', line 26364 def wakeOnLanEnabled @wakeOnLanEnabled end |