public class NicConfigurationContainer extends Container implements NicConfiguration
Constructor and Description |
---|
NicConfigurationContainer() |
Modifier and Type | Method and Description |
---|---|
BootProtocol |
bootProtocol() |
void |
bootProtocol(BootProtocol newBootProtocol) |
boolean |
bootProtocolPresent() |
Ip |
ip() |
void |
ip(Ip newIp) |
boolean |
ipPresent() |
String |
name() |
void |
name(String newName) |
boolean |
namePresent() |
boolean |
onBoot() |
void |
onBoot(boolean newOnBoot) |
void |
onBoot(Boolean newOnBoot) |
boolean |
onBootPresent() |
makeArrayList, makeUnmodifiableList
public BootProtocol bootProtocol()
bootProtocol
in interface NicConfiguration
public void bootProtocol(BootProtocol newBootProtocol)
public boolean bootProtocolPresent()
bootProtocolPresent
in interface NicConfiguration
public Ip ip()
ip
in interface NicConfiguration
public void ip(Ip newIp)
public boolean ipPresent()
ipPresent
in interface NicConfiguration
public String name()
name
in interface NicConfiguration
public void name(String newName)
public boolean namePresent()
namePresent
in interface NicConfiguration
public boolean onBoot()
onBoot
in interface NicConfiguration
public void onBoot(boolean newOnBoot)
public void onBoot(Boolean newOnBoot)
public boolean onBootPresent()
onBootPresent
in interface NicConfiguration
Copyright © 2016. All rights reserved.