Class: VirtualE1000

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

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) ⇒ 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

#addressTypeObject

Returns the value of attribute addressType.



26362
26363
26364
# File 'lib/vmware/soap/vim25.rb', line 26362

def addressType
  @addressType
end

#backingObject

Returns the value of attribute backing.



26358
26359
26360
# File 'lib/vmware/soap/vim25.rb', line 26358

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.



26359
26360
26361
# File 'lib/vmware/soap/vim25.rb', line 26359

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26360
26361
26362
# File 'lib/vmware/soap/vim25.rb', line 26360

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26357
26358
26359
# File 'lib/vmware/soap/vim25.rb', line 26357

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26355
26356
26357
# File 'lib/vmware/soap/vim25.rb', line 26355

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26354
26355
26356
# File 'lib/vmware/soap/vim25.rb', line 26354

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26356
26357
26358
# File 'lib/vmware/soap/vim25.rb', line 26356

def key
  @key
end

#macAddressObject

Returns the value of attribute macAddress.



26363
26364
26365
# File 'lib/vmware/soap/vim25.rb', line 26363

def macAddress
  @macAddress
end

#unitNumberObject

Returns the value of attribute unitNumber.



26361
26362
26363
# File 'lib/vmware/soap/vim25.rb', line 26361

def unitNumber
  @unitNumber
end

#wakeOnLanEnabledObject

Returns the value of attribute wakeOnLanEnabled.



26364
26365
26366
# File 'lib/vmware/soap/vim25.rb', line 26364

def wakeOnLanEnabled
  @wakeOnLanEnabled
end