struct

Pared::NetworkManager::IPv4Settings

Inherits Struct < Value < Object

Constructors

new(method : String, addresses : Nil | Array(Tuple(UInt32, UInt32, UInt32)) = nil, gateway : Nil | String = nil, dns : Nil | Array(UInt32) = nil, dns_search : Nil | Array(String) = nil, routes : Nil | Array(Tuple(UInt32, UInt32, UInt32, UInt32)) = nil)
Source

Instance methods

addresses
Source
addresses=(addresses : Array(Tuple(UInt32, UInt32, UInt32)) | Nil)
Source
dns=(dns : Array(UInt32) | Nil)
Source
dns_search
Source
dns_search=(dns_search : Array(String) | Nil)
Source
gateway
Source
gateway=(gateway : String | Nil)
Source
method
Source
method=(method : String)
Source
routes
Source
routes=(routes : Array(Tuple(UInt32, UInt32, UInt32, UInt32)) | Nil)
Source