public class NetworkSection extends Section<NetworkSection>
| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkSection.Builder |
| Constructor and Description |
|---|
NetworkSection(String info,
Iterable<Network> networks) |
| Modifier and Type | Method and Description |
|---|---|
static NetworkSection.Builder |
builder() |
boolean |
equals(Object obj) |
Set<Network> |
getNetworks()
All networks referred to from Connection elements in all
VirtualHardwareSection
elements shall be defined in the NetworkSection. |
int |
hashCode() |
NetworkSection.Builder |
toBuilder() |
String |
toString() |
public static NetworkSection.Builder builder()
public NetworkSection.Builder toBuilder()
toBuilder in class Section<NetworkSection>public Set<Network> getNetworks()
VirtualHardwareSection
elements shall be defined in the NetworkSection.public int hashCode()
hashCode in class Section<NetworkSection>public boolean equals(Object obj)
equals in class Section<NetworkSection>public String toString()
toString in class Section<NetworkSection>Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.