Class: VirtualVmxnet2

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

Overview

urn:vim25VirtualVmxnet2

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

Returns a new instance of VirtualVmxnet2.



26486
26487
26488
26489
26490
26491
26492
26493
26494
26495
26496
26497
26498
# File 'lib/vmware/soap/vim25.rb', line 26486

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.



26482
26483
26484
# File 'lib/vmware/soap/vim25.rb', line 26482

def addressType
  @addressType
end

#backingObject

Returns the value of attribute backing.



26478
26479
26480
# File 'lib/vmware/soap/vim25.rb', line 26478

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.



26479
26480
26481
# File 'lib/vmware/soap/vim25.rb', line 26479

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26480
26481
26482
# File 'lib/vmware/soap/vim25.rb', line 26480

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26477
26478
26479
# File 'lib/vmware/soap/vim25.rb', line 26477

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26475
26476
26477
# File 'lib/vmware/soap/vim25.rb', line 26475

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26474
26475
26476
# File 'lib/vmware/soap/vim25.rb', line 26474

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26476
26477
26478
# File 'lib/vmware/soap/vim25.rb', line 26476

def key
  @key
end

#macAddressObject

Returns the value of attribute macAddress.



26483
26484
26485
# File 'lib/vmware/soap/vim25.rb', line 26483

def macAddress
  @macAddress
end

#unitNumberObject

Returns the value of attribute unitNumber.



26481
26482
26483
# File 'lib/vmware/soap/vim25.rb', line 26481

def unitNumber
  @unitNumber
end

#wakeOnLanEnabledObject

Returns the value of attribute wakeOnLanEnabled.



26484
26485
26486
# File 'lib/vmware/soap/vim25.rb', line 26484

def wakeOnLanEnabled
  @wakeOnLanEnabled
end