|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.ovf.Section<NetworkSection> org.jclouds.ovf.NetworkSection org.jclouds.vcloud.domain.ovf.VCloudNetworkSection
public class VCloudNetworkSection
VCloud extension
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jclouds.ovf.NetworkSection |
---|
NetworkSection.Builder |
Field Summary | |
---|---|
protected URI |
href
|
protected String |
type
|
Fields inherited from class org.jclouds.ovf.Section |
---|
info |
Constructor Summary | |
---|---|
VCloudNetworkSection(String type,
URI href,
String info,
Iterable<Network> networks)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
URI |
getHref()
|
String |
getType()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class org.jclouds.ovf.NetworkSection |
---|
builder, getNetworks, toBuilder |
Methods inherited from class org.jclouds.ovf.Section |
---|
getInfo |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final String type
protected final URI href
Constructor Detail |
---|
public VCloudNetworkSection(String type, URI href, String info, Iterable<Network> networks)
Method Detail |
---|
public String getType()
public URI getHref()
public int hashCode()
hashCode
in class NetworkSection
public boolean equals(Object obj)
equals
in class NetworkSection
public String toString()
toString
in class NetworkSection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |