public class NetworkAttachmentBuilder extends Object
Constructor and Description |
---|
NetworkAttachmentBuilder() |
public NetworkAttachmentBuilder comment(String newComment)
public NetworkAttachmentBuilder description(String newDescription)
public NetworkAttachmentBuilder host(Host newHost)
public NetworkAttachmentBuilder host(HostBuilder newHost)
public NetworkAttachmentBuilder hostNic(HostNic newHostNic)
public NetworkAttachmentBuilder hostNic(HostNicBuilder newHostNic)
public NetworkAttachmentBuilder href(String newHref)
public NetworkAttachmentBuilder id(String newId)
public NetworkAttachmentBuilder inSync(boolean newInSync)
public NetworkAttachmentBuilder inSync(Boolean newInSync)
public NetworkAttachmentBuilder ipAddressAssignments(List<IpAddressAssignment> newIpAddressAssignments)
public NetworkAttachmentBuilder ipAddressAssignments(IpAddressAssignment... newIpAddressAssignments)
public NetworkAttachmentBuilder ipAddressAssignments(IpAddressAssignmentBuilder... newIpAddressAssignments)
public NetworkAttachmentBuilder name(String newName)
public NetworkAttachmentBuilder network(Network newNetwork)
public NetworkAttachmentBuilder network(NetworkBuilder newNetwork)
public NetworkAttachmentBuilder properties(List<Property> newProperties)
public NetworkAttachmentBuilder properties(Property... newProperties)
public NetworkAttachmentBuilder properties(PropertyBuilder... newProperties)
public NetworkAttachmentBuilder qos(Qos newQos)
public NetworkAttachmentBuilder qos(QosBuilder newQos)
public NetworkAttachmentBuilder reportedConfigurations(List<ReportedConfiguration> newReportedConfigurations)
public NetworkAttachmentBuilder reportedConfigurations(ReportedConfiguration... newReportedConfigurations)
public NetworkAttachmentBuilder reportedConfigurations(ReportedConfigurationBuilder... newReportedConfigurations)
public NetworkAttachment build()
Copyright © 2016. All rights reserved.