Class: VirtualEthernetCardNetworkBackingOption
- Inherits:
-
VirtualDeviceDeviceBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceDeviceBackingOption
- VirtualEthernetCardNetworkBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualEthernetCardNetworkBackingOption
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) ⇒ VirtualEthernetCardNetworkBackingOption
constructor
A new instance of VirtualEthernetCardNetworkBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualEthernetCardNetworkBackingOption
Returns a new instance of VirtualEthernetCardNetworkBackingOption.
27300 27301 27302 27303 27304 27305 |
# File 'lib/vmware/soap/vim25.rb', line 27300 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.
27298 27299 27300 |
# File 'lib/vmware/soap/vim25.rb', line 27298 def autoDetectAvailable @autoDetectAvailable end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27296 27297 27298 |
# File 'lib/vmware/soap/vim25.rb', line 27296 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27295 27296 27297 |
# File 'lib/vmware/soap/vim25.rb', line 27295 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
27297 27298 27299 |
# File 'lib/vmware/soap/vim25.rb', line 27297 def type @type end |