Class: VirtualEthernetCard

Inherits:
VirtualDevice show all
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

VirtualE1000, VirtualPCNet32, VirtualVmxnet

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#addressTypeObject

Returns the value of attribute addressType.



26322
26323
26324
# File 'lib/vmware/soap/vim25.rb', line 26322

def addressType
  @addressType
end

#backingObject

Returns the value of attribute backing.



26318
26319
26320
# File 'lib/vmware/soap/vim25.rb', line 26318

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.



26319
26320
26321
# File 'lib/vmware/soap/vim25.rb', line 26319

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26320
26321
26322
# File 'lib/vmware/soap/vim25.rb', line 26320

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26317
26318
26319
# File 'lib/vmware/soap/vim25.rb', line 26317

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26315
26316
26317
# File 'lib/vmware/soap/vim25.rb', line 26315

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26314
26315
26316
# File 'lib/vmware/soap/vim25.rb', line 26314

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26316
26317
26318
# File 'lib/vmware/soap/vim25.rb', line 26316

def key
  @key
end

#macAddressObject

Returns the value of attribute macAddress.



26323
26324
26325
# File 'lib/vmware/soap/vim25.rb', line 26323

def macAddress
  @macAddress
end

#unitNumberObject

Returns the value of attribute unitNumber.



26321
26322
26323
# File 'lib/vmware/soap/vim25.rb', line 26321

def unitNumber
  @unitNumber
end

#wakeOnLanEnabledObject

Returns the value of attribute wakeOnLanEnabled.



26324
26325
26326
# File 'lib/vmware/soap/vim25.rb', line 26324

def wakeOnLanEnabled
  @wakeOnLanEnabled
end