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()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public void setIp(IP value)
value
- allowed object is
IP
public boolean isSetIp()
public String getBootProtocol()
String
public void setBootProtocol(String value)
value
- allowed object is
String
public boolean isSetBootProtocol()
public Boolean getOnBoot()
Boolean
public void setOnBoot(Boolean value)
value
- allowed object is
Boolean
public boolean isSetOnBoot()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0