| Modifier and Type | Class and Description |
|---|---|
class |
ExternalNetwork
Admin representation of external network.
|
class |
VAppNetwork
Represents a vApp network.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Network> |
Network.toSubType(Network clazz) |
| Modifier and Type | Method and Description |
|---|---|
T |
Network.Builder.fromNetwork(Network in) |
static <T extends Network> |
Network.toSubType(Network clazz) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrgNetwork |
| Modifier and Type | Method and Description |
|---|---|
Network |
NetworkApi.get(String networkUrn)
Retrieves a network.
|
Network |
NetworkApi.get(URI networkHref) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
NetworkAsyncApi.get(String networkUrn) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
NetworkAsyncApi.get(URI networkHref) |
| Modifier and Type | Method and Description |
|---|---|
Network |
AdminNetworkApi.get(String networkUrn)
Gets admin representation of network.
|
Network |
AdminNetworkApi.get(URI networkAdminHref) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
AdminNetworkAsyncApi.get(String networkUrn) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
AdminNetworkAsyncApi.get(URI networkAdminHref) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.