Class: VirtualEthernetCardNetworkBackingInfo
- Inherits:
-
VirtualDeviceDeviceBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDeviceDeviceBackingInfo
- VirtualEthernetCardNetworkBackingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualEthernetCardNetworkBackingInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
deviceName - SOAP::SOAPString
useAutoDetect - SOAP::SOAPBoolean
network - ManagedObjectReference
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.
-
#network ⇒ Object
Returns the value of attribute network.
-
#useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil, network = nil) ⇒ VirtualEthernetCardNetworkBackingInfo
constructor
A new instance of VirtualEthernetCardNetworkBackingInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil, network = nil) ⇒ VirtualEthernetCardNetworkBackingInfo
Returns a new instance of VirtualEthernetCardNetworkBackingInfo.
25533 25534 25535 25536 25537 25538 25539 |
# File 'lib/vmware/soap/vim25.rb', line 25533 def initialize(dynamicType = nil, dynamicProperty = [], deviceName = nil, useAutoDetect = nil, network = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @deviceName = deviceName @useAutoDetect = useAutoDetect @network = network end |
Instance Attribute Details
#deviceName ⇒ Object
Returns the value of attribute deviceName.
25529 25530 25531 |
# File 'lib/vmware/soap/vim25.rb', line 25529 def deviceName @deviceName end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25528 25529 25530 |
# File 'lib/vmware/soap/vim25.rb', line 25528 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25527 25528 25529 |
# File 'lib/vmware/soap/vim25.rb', line 25527 def dynamicType @dynamicType end |
#network ⇒ Object
Returns the value of attribute network.
25531 25532 25533 |
# File 'lib/vmware/soap/vim25.rb', line 25531 def network @network end |
#useAutoDetect ⇒ Object
Returns the value of attribute useAutoDetect.
25530 25531 25532 |
# File 'lib/vmware/soap/vim25.rb', line 25530 def useAutoDetect @useAutoDetect end |