public class NetworkConfigurationContainer extends Container implements NetworkConfiguration
Constructor and Description |
---|
NetworkConfigurationContainer() |
Modifier and Type | Method and Description |
---|---|
Dns |
dns() |
void |
dns(Dns newDns) |
boolean |
dnsPresent() |
List<Nic> |
nics() |
void |
nics(List<Nic> newNics) |
boolean |
nicsPresent() |
makeArrayList, makeUnmodifiableList
public Dns dns()
dns
in interface NetworkConfiguration
public void dns(Dns newDns)
public boolean dnsPresent()
dnsPresent
in interface NetworkConfiguration
public List<Nic> nics()
nics
in interface NetworkConfiguration
public boolean nicsPresent()
nicsPresent
in interface NetworkConfiguration
Copyright © 2016. All rights reserved.