Class: VirtualEthernetCardLegacyNetworkBackingOption
- Inherits:
-
VirtualDeviceDeviceBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceDeviceBackingOption
- VirtualEthernetCardLegacyNetworkBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualEthernetCardLegacyNetworkBackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
autoDetectAvailable - BoolOption
Instance Attribute Summary collapse
-
#autoDetectAvailable ⇒ Object
Returns the value of attribute autoDetectAvailable.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualEthernetCardLegacyNetworkBackingOption
constructor
A new instance of VirtualEthernetCardLegacyNetworkBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualEthernetCardLegacyNetworkBackingOption
Returns a new instance of VirtualEthernetCardLegacyNetworkBackingOption.
27319 27320 27321 27322 27323 27324 |
# File 'lib/vmware/soap/vim25.rb', line 27319 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @autoDetectAvailable = autoDetectAvailable end |
Instance Attribute Details
#autoDetectAvailable ⇒ Object
Returns the value of attribute autoDetectAvailable.
27317 27318 27319 |
# File 'lib/vmware/soap/vim25.rb', line 27317 def autoDetectAvailable @autoDetectAvailable end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27315 27316 27317 |
# File 'lib/vmware/soap/vim25.rb', line 27315 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27314 27315 27316 |
# File 'lib/vmware/soap/vim25.rb', line 27314 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
27316 27317 27318 |
# File 'lib/vmware/soap/vim25.rb', line 27316 def type @type end |