Class: Y2Network::InterfaceConfigBuilders::Qeth

Inherits:
Y2Network::InterfaceConfigBuilder show all
Extended by:
Forwardable
Defined in:
src/lib/y2network/interface_config_builders/qeth.rb

Overview

Builder for S390 qeth interfaces. It also assumes the activation responsibilities.

Constant Summary

Constants inherited from Y2Network::InterfaceConfigBuilder

Y2Network::InterfaceConfigBuilder::NEW_DEVICES_COUNT

Instance Attribute Summary

Attributes inherited from Y2Network::InterfaceConfigBuilder

#connection_config, #firewall_zone, #interface, #name, #newly_added, #renaming_mechanism, #type

Instance Method Summary collapse

Methods inherited from Y2Network::InterfaceConfigBuilder

#alias_for, #aliases, #aliases=, #boot_protocol, #boot_protocol=, #configure_as_port, #driver, #driver=, #drivers, for, #hostname, #hostname=, #hwinfo, #hwinfo_from, #ifplugd_priority, #ifplugd_priority=, #ip_address, #ip_address=, #mtu, #mtu=, #name_exists?, #name_valid_characters, #newly_added?, #proposed_names, #remote_ip, #remote_ip=, #rename_interface, #renamed_interface?, #save, #startmode=, #subnet_prefix, #subnet_prefix=, #valid_name?

Constructor Details

#initialize(config: nil) ⇒ Qeth

Constructor

Parameters:



34
35
36
# File 'src/lib/y2network/interface_config_builders/qeth.rb', line 34

def initialize(config: nil)
  super(type: InterfaceType::QETH, config: config)
end