|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkConnection | |
---|---|
org.jclouds.vcloud.domain | |
org.jclouds.vcloud.xml |
Uses of NetworkConnection in org.jclouds.vcloud.domain |
---|
Fields in org.jclouds.vcloud.domain with type parameters of type NetworkConnection | |
---|---|
protected Set<NetworkConnection> |
NetworkConnectionSection.connections
|
protected Set<NetworkConnection> |
NetworkConnectionSection.Builder.connections
|
Methods in org.jclouds.vcloud.domain that return NetworkConnection | |
---|---|
NetworkConnection |
NetworkConnection.Builder.build()
|
Methods in org.jclouds.vcloud.domain that return types with arguments of type NetworkConnection | |
---|---|
Set<? extends NetworkConnection> |
NetworkConnectionSection.getConnections()
|
Methods in org.jclouds.vcloud.domain with parameters of type NetworkConnection | |
---|---|
static NetworkConnection.Builder |
NetworkConnection.Builder.fromNetworkConnection(NetworkConnection in)
|
Method parameters in org.jclouds.vcloud.domain with type arguments of type NetworkConnection | |
---|---|
NetworkConnectionSection.Builder |
NetworkConnectionSection.Builder.connections(Iterable<? extends NetworkConnection> connections)
|
Constructor parameters in org.jclouds.vcloud.domain with type arguments of type NetworkConnection | |
---|---|
NetworkConnectionSection(String type,
URI href,
String info,
Integer primaryNetworkConnectionIndex,
Iterable<NetworkConnection> connections,
ReferenceType edit)
|
Uses of NetworkConnection in org.jclouds.vcloud.xml |
---|
Fields in org.jclouds.vcloud.xml with type parameters of type NetworkConnection | |
---|---|
protected Set<NetworkConnection> |
NetworkConnectionSectionHandler.connections
|
Methods in org.jclouds.vcloud.xml that return NetworkConnection | |
---|---|
NetworkConnection |
NetworkConnectionHandler.getResult()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |