public class NetworkSection extends SectionType
| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkSection.Builder<B extends NetworkSection.Builder<B>> |
| 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() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
NetworkSection.Builder<?> |
toBuilder() |
getInfo, isRequired, setInfo, toStringpublic static NetworkSection.Builder<?> builder()
public NetworkSection.Builder<?> toBuilder()
public Set<Network> getNetworks()
VirtualHardwareSection
elements shall be defined in the NetworkSection.public int hashCode()
hashCode in class SectionTypepublic boolean equals(Object obj)
equals in class SectionTypeprotected com.google.common.base.Objects.ToStringHelper string()
string in class SectionTypeCopyright © 2009-2013 jclouds. All Rights Reserved.