public class NetworkConfiguration extends Object
Java class for NetworkConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkConfiguration"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}nics" minOccurs="0"/> <element ref="{}dns" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
NetworkConfiguration() |
Modifier and Type | Method and Description |
---|---|
DNS |
getDns()
Gets the value of the dns property.
|
Nics |
getNics()
Gets the value of the nics property.
|
boolean |
isSetDns() |
boolean |
isSetNics() |
void |
setDns(DNS value)
Sets the value of the dns property.
|
void |
setNics(Nics value)
Sets the value of the nics property.
|
public void setNics(Nics value)
value
- allowed object is
Nics
public boolean isSetNics()
public void setDns(DNS value)
value
- allowed object is
DNS
public boolean isSetDns()
Copyright © 2010 Red Hat, Inc - released under the Apache License Version 2.0