Class: VirtualPCNet32

Inherits:
VirtualEthernetCard show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VirtualPCNet32

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

Returns a new instance of VirtualPCNet32.



26406
26407
26408
26409
26410
26411
26412
26413
26414
26415
26416
26417
26418
# File 'lib/vmware/soap/vim25.rb', line 26406

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.



26402
26403
26404
# File 'lib/vmware/soap/vim25.rb', line 26402

def addressType
  @addressType
end

#backingObject

Returns the value of attribute backing.



26398
26399
26400
# File 'lib/vmware/soap/vim25.rb', line 26398

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.



26399
26400
26401
# File 'lib/vmware/soap/vim25.rb', line 26399

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26400
26401
26402
# File 'lib/vmware/soap/vim25.rb', line 26400

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26397
26398
26399
# File 'lib/vmware/soap/vim25.rb', line 26397

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26395
26396
26397
# File 'lib/vmware/soap/vim25.rb', line 26395

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26394
26395
26396
# File 'lib/vmware/soap/vim25.rb', line 26394

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26396
26397
26398
# File 'lib/vmware/soap/vim25.rb', line 26396

def key
  @key
end

#macAddressObject

Returns the value of attribute macAddress.



26403
26404
26405
# File 'lib/vmware/soap/vim25.rb', line 26403

def macAddress
  @macAddress
end

#unitNumberObject

Returns the value of attribute unitNumber.



26401
26402
26403
# File 'lib/vmware/soap/vim25.rb', line 26401

def unitNumber
  @unitNumber
end

#wakeOnLanEnabledObject

Returns the value of attribute wakeOnLanEnabled.



26404
26405
26406
# File 'lib/vmware/soap/vim25.rb', line 26404

def wakeOnLanEnabled
  @wakeOnLanEnabled
end