public class NetworkAttachment extends BaseResource
Java class for NetworkAttachment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkAttachment"> <complexContent> <extension base="{}BaseResource"> <sequence> <element ref="{}network" minOccurs="0"/> <element ref="{}host_nic" minOccurs="0"/> <element name="ip_address_assignments" type="{}IpAddressAssignments" minOccurs="0"/> <element ref="{}properties" minOccurs="0"/> <element name="reported_configurations" type="{}ReportedConfigurations" minOccurs="0"/> <element ref="{}host" minOccurs="0"/> <element ref="{}qos" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
NetworkAttachment() |
Modifier and Type | Method and Description |
---|---|
Host |
getHost()
Gets the value of the host property.
|
HostNIC |
getHostNic()
Gets the value of the hostNic property.
|
IpAddressAssignments |
getIpAddressAssignments()
Gets the value of the ipAddressAssignments property.
|
Network |
getNetwork()
Gets the value of the network property.
|
Properties |
getProperties()
Gets the value of the properties property.
|
QoS |
getQos()
Gets the value of the qos property.
|
ReportedConfigurations |
getReportedConfigurations()
Gets the value of the reportedConfigurations property.
|
boolean |
isSetHost() |
boolean |
isSetHostNic() |
boolean |
isSetIpAddressAssignments() |
boolean |
isSetNetwork() |
boolean |
isSetProperties() |
boolean |
isSetQos() |
boolean |
isSetReportedConfigurations() |
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setHostNic(HostNIC value)
Sets the value of the hostNic property.
|
void |
setIpAddressAssignments(IpAddressAssignments value)
Sets the value of the ipAddressAssignments property.
|
void |
setNetwork(Network value)
Sets the value of the network property.
|
void |
setProperties(Properties value)
Sets the value of the properties property.
|
void |
setQos(QoS value)
Sets the value of the qos property.
|
void |
setReportedConfigurations(ReportedConfigurations value)
Sets the value of the reportedConfigurations property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public Network getNetwork()
Network
public void setNetwork(Network value)
value
- allowed object is
Network
public boolean isSetNetwork()
public HostNIC getHostNic()
HostNIC
public void setHostNic(HostNIC value)
value
- allowed object is
HostNIC
public boolean isSetHostNic()
public IpAddressAssignments getIpAddressAssignments()
IpAddressAssignments
public void setIpAddressAssignments(IpAddressAssignments value)
value
- allowed object is
IpAddressAssignments
public boolean isSetIpAddressAssignments()
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public boolean isSetProperties()
public ReportedConfigurations getReportedConfigurations()
ReportedConfigurations
public void setReportedConfigurations(ReportedConfigurations value)
value
- allowed object is
ReportedConfigurations
public boolean isSetReportedConfigurations()
public void setHost(Host value)
value
- allowed object is
Host
public boolean isSetHost()
public void setQos(QoS value)
value
- allowed object is
QoS
public boolean isSetQos()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0