Class: VirtualEthernetCardLegacyNetworkBackingInfo
- Inherits:
-
VirtualDeviceDeviceBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceDeviceBackingInfo
- VirtualEthernetCardLegacyNetworkBackingInfo
- 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
-
#deviceName ⇒ Object
Returns the value of attribute deviceName.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil) ⇒ VirtualEthernetCardLegacyNetworkBackingInfo
constructor
A new instance of VirtualEthernetCardLegacyNetworkBackingInfo.
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
#deviceName ⇒ Object
Returns the value of attribute deviceName.
25550 25551 25552 |
# File 'lib/vmware/soap/vim25.rb', line 25550 def deviceName @deviceName end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25549 25550 25551 |
# File 'lib/vmware/soap/vim25.rb', line 25549 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25548 25549 25550 |
# File 'lib/vmware/soap/vim25.rb', line 25548 def dynamicType @dynamicType end |
#useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
25551 25552 25553 |
# File 'lib/vmware/soap/vim25.rb', line 25551 def useAutoDetect @useAutoDetect end |