public class GuestNicConfiguration extends Object
Java class for GuestNicConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestNicConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}ip" minOccurs="0"/>
<element name="boot_protocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="on_boot" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GuestNicConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBootProtocol()
Gets the value of the bootProtocol property.
|
IP |
getIp()
Gets the value of the ip property.
|
String |
getName()
Gets the value of the name property.
|
Boolean |
getOnBoot()
Gets the value of the onBoot property.
|
boolean |
isSetBootProtocol() |
boolean |
isSetIp() |
boolean |
isSetName() |
boolean |
isSetOnBoot() |
void |
setBootProtocol(String value)
Sets the value of the bootProtocol property.
|
void |
setIp(IP value)
Sets the value of the ip property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOnBoot(Boolean value)
Sets the value of the onBoot property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public void setIp(IP value)
value - allowed object is
IPpublic boolean isSetIp()
public String getBootProtocol()
Stringpublic void setBootProtocol(String value)
value - allowed object is
Stringpublic boolean isSetBootProtocol()
public Boolean getOnBoot()
Booleanpublic void setOnBoot(Boolean value)
value - allowed object is
Booleanpublic boolean isSetOnBoot()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0