Class: PhysicalNicConfig
- Inherits:
-
DynamicData
- Object
- DynamicData
- PhysicalNicConfig
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PhysicalNicConfig
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
spec - PhysicalNicSpec
Instance Attribute Summary collapse
-
#device ⇒ Object
Returns the value of attribute device.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, spec = nil) ⇒ PhysicalNicConfig
constructor
A new instance of PhysicalNicConfig.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, spec = nil) ⇒ PhysicalNicConfig
Returns a new instance of PhysicalNicConfig.
20802 20803 20804 20805 20806 20807 |
# File 'lib/vmware/soap/vim25.rb', line 20802 def initialize(dynamicType = nil, dynamicProperty = [], device = nil, spec = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @device = device @spec = spec end |
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device.
20799 20800 20801 |
# File 'lib/vmware/soap/vim25.rb', line 20799 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20798 20799 20800 |
# File 'lib/vmware/soap/vim25.rb', line 20798 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20797 20798 20799 |
# File 'lib/vmware/soap/vim25.rb', line 20797 def dynamicType @dynamicType end |
#spec ⇒ Object
Returns the value of attribute spec.
20800 20801 20802 |
# File 'lib/vmware/soap/vim25.rb', line 20800 def spec @spec end |