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, toString
public 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 SectionType
public boolean equals(Object obj)
equals
in class SectionType
protected com.google.common.base.Objects.ToStringHelper string()
string
in class SectionType
Copyright © 2009-2013 jclouds. All Rights Reserved.