public class NetworkAttachmentContainer extends IdentifiedContainer implements NetworkAttachment
Constructor and Description |
---|
NetworkAttachmentContainer() |
Modifier and Type | Method and Description |
---|---|
Host |
host() |
void |
host(Host newHost) |
HostNic |
hostNic() |
void |
hostNic(HostNic newHostNic) |
boolean |
hostNicPresent() |
boolean |
hostPresent() |
boolean |
inSync() |
void |
inSync(boolean newInSync) |
void |
inSync(Boolean newInSync) |
boolean |
inSyncPresent() |
List<IpAddressAssignment> |
ipAddressAssignments() |
void |
ipAddressAssignments(List<IpAddressAssignment> newIpAddressAssignments) |
boolean |
ipAddressAssignmentsPresent() |
Network |
network() |
void |
network(Network newNetwork) |
boolean |
networkPresent() |
List<Property> |
properties() |
void |
properties(List<Property> newProperties) |
boolean |
propertiesPresent() |
Qos |
qos() |
void |
qos(Qos newQos) |
boolean |
qosPresent() |
List<ReportedConfiguration> |
reportedConfigurations() |
void |
reportedConfigurations(List<ReportedConfiguration> newReportedConfigurations) |
boolean |
reportedConfigurationsPresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public boolean inSync()
inSync
in interface NetworkAttachment
public void inSync(boolean newInSync)
public void inSync(Boolean newInSync)
public boolean inSyncPresent()
inSyncPresent
in interface NetworkAttachment
public List<IpAddressAssignment> ipAddressAssignments()
ipAddressAssignments
in interface NetworkAttachment
public void ipAddressAssignments(List<IpAddressAssignment> newIpAddressAssignments)
public boolean ipAddressAssignmentsPresent()
ipAddressAssignmentsPresent
in interface NetworkAttachment
public List<Property> properties()
properties
in interface NetworkAttachment
public boolean propertiesPresent()
propertiesPresent
in interface NetworkAttachment
public List<ReportedConfiguration> reportedConfigurations()
reportedConfigurations
in interface NetworkAttachment
public void reportedConfigurations(List<ReportedConfiguration> newReportedConfigurations)
public boolean reportedConfigurationsPresent()
reportedConfigurationsPresent
in interface NetworkAttachment
public Host host()
host
in interface NetworkAttachment
public void host(Host newHost)
public boolean hostPresent()
hostPresent
in interface NetworkAttachment
public HostNic hostNic()
hostNic
in interface NetworkAttachment
public void hostNic(HostNic newHostNic)
public boolean hostNicPresent()
hostNicPresent
in interface NetworkAttachment
public Network network()
network
in interface NetworkAttachment
public void network(Network newNetwork)
public boolean networkPresent()
networkPresent
in interface NetworkAttachment
public Qos qos()
qos
in interface NetworkAttachment
public void qos(Qos newQos)
public boolean qosPresent()
qosPresent
in interface NetworkAttachment
Copyright © 2016. All rights reserved.