Class: VirtualVmxnet

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

Overview

urn:vim25VirtualVmxnet

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

VirtualVmxnet2

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

Returns a new instance of VirtualVmxnet.



26446
26447
26448
26449
26450
26451
26452
26453
26454
26455
26456
26457
26458
# File 'lib/vmware/soap/vim25.rb', line 26446

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.



26442
26443
26444
# File 'lib/vmware/soap/vim25.rb', line 26442

def addressType
  @addressType
end

#backingObject

Returns the value of attribute backing.



26438
26439
26440
# File 'lib/vmware/soap/vim25.rb', line 26438

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.



26439
26440
26441
# File 'lib/vmware/soap/vim25.rb', line 26439

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26440
26441
26442
# File 'lib/vmware/soap/vim25.rb', line 26440

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26437
26438
26439
# File 'lib/vmware/soap/vim25.rb', line 26437

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26435
26436
26437
# File 'lib/vmware/soap/vim25.rb', line 26435

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26434
26435
26436
# File 'lib/vmware/soap/vim25.rb', line 26434

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26436
26437
26438
# File 'lib/vmware/soap/vim25.rb', line 26436

def key
  @key
end

#macAddressObject

Returns the value of attribute macAddress.



26443
26444
26445
# File 'lib/vmware/soap/vim25.rb', line 26443

def macAddress
  @macAddress
end

#unitNumberObject

Returns the value of attribute unitNumber.



26441
26442
26443
# File 'lib/vmware/soap/vim25.rb', line 26441

def unitNumber
  @unitNumber
end

#wakeOnLanEnabledObject

Returns the value of attribute wakeOnLanEnabled.



26444
26445
26446
# File 'lib/vmware/soap/vim25.rb', line 26444

def wakeOnLanEnabled
  @wakeOnLanEnabled
end