Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Pared::NetworkManager::ConnectionSettings
Inherits
Struct
<
Value
<
Object
Constructors
new
(id :
String
, uuid :
Nil
|
String
= nil, type :
String
= "802-3-ethernet", interface_name :
Nil
|
String
= nil, autoconnect :
Bool
|
Nil
= nil, zone :
Nil
|
String
= nil, master :
Nil
|
String
= nil, slave_type :
Nil
|
String
= nil)
Source
Instance methods
autoconnect
Source
autoconnect=
(autoconnect :
Bool
|
Nil
)
Source
id
Source
id=
(id :
String
)
Source
interface_name
Source
interface_name=
(interface_name :
String
|
Nil
)
Source
master
Source
master=
(master :
String
|
Nil
)
Source
slave_type
Source
slave_type=
(slave_type :
String
|
Nil
)
Source
type
Source
type=
(type :
String
)
Source
uuid
Source
uuid=
(uuid :
String
|
Nil
)
Source
zone
Source
zone=
(zone :
String
|
Nil
)
Source