Class: VirtualEthernetCardLegacyNetworkBackingInfo

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

Overview

urn:vim25VirtualEthernetCardLegacyNetworkBackingInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
deviceName - SOAP::SOAPString
useAutoDetect - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil) ⇒ VirtualEthernetCardLegacyNetworkBackingInfo

Returns a new instance of VirtualEthernetCardLegacyNetworkBackingInfo.



25553
25554
25555
25556
25557
25558
# File 'lib/vmware/soap/vim25.rb', line 25553

def initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @deviceName = deviceName
  @useAutoDetect = useAutoDetect
end

Instance Attribute Details

#deviceNameObject

Returns the value of attribute deviceName.



25550
25551
25552
# File 'lib/vmware/soap/vim25.rb', line 25550

def deviceName
  @deviceName
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25549
25550
25551
# File 'lib/vmware/soap/vim25.rb', line 25549

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25548
25549
25550
# File 'lib/vmware/soap/vim25.rb', line 25548

def dynamicType
  @dynamicType
end

#useAutoDetectObject

Returns the value of attribute useAutoDetect.



25551
25552
25553
# File 'lib/vmware/soap/vim25.rb', line 25551

def useAutoDetect
  @useAutoDetect
end