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, unsetLinksgetActions, isSetActions, setActionspublic Network getNetwork()
Networkpublic void setNetwork(Network value)
value - allowed object is
Networkpublic boolean isSetNetwork()
public HostNIC getHostNic()
HostNICpublic void setHostNic(HostNIC value)
value - allowed object is
HostNICpublic boolean isSetHostNic()
public IpAddressAssignments getIpAddressAssignments()
IpAddressAssignmentspublic void setIpAddressAssignments(IpAddressAssignments value)
value - allowed object is
IpAddressAssignmentspublic boolean isSetIpAddressAssignments()
public Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic boolean isSetProperties()
public ReportedConfigurations getReportedConfigurations()
ReportedConfigurationspublic void setReportedConfigurations(ReportedConfigurations value)
value - allowed object is
ReportedConfigurationspublic boolean isSetReportedConfigurations()
public void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
public void setQos(QoS value)
value - allowed object is
QoSpublic boolean isSetQos()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0