| Package | Description |
|---|---|
| org.jclouds.openstack.neutron.v2_0.domain | |
| org.jclouds.openstack.neutron.v2_0.options |
| Modifier and Type | Field and Description |
|---|---|
protected NetworkType |
Network.Builder.networkType |
protected NetworkType |
BulkNetwork.Builder.networkType |
| Modifier and Type | Method and Description |
|---|---|
static NetworkType |
NetworkType.fromValue(String value) |
NetworkType |
Network.getNetworkType() |
NetworkType |
BulkNetwork.getNetworkType() |
static NetworkType |
NetworkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkType[] |
NetworkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Network.Builder.networkType(NetworkType networkType) |
BulkNetwork.Builder |
BulkNetwork.Builder.networkType(NetworkType networkType) |
| Modifier and Type | Field and Description |
|---|---|
protected NetworkType |
CreateNetworkOptions.Builder.networkType |
| Modifier and Type | Method and Description |
|---|---|
NetworkType |
CreateNetworkOptions.getNetworkType() |
| Modifier and Type | Method and Description |
|---|---|
T |
CreateNetworkOptions.Builder.networkType(NetworkType networkType) |
| Constructor and Description |
|---|
CreateNetworkOptions(String name,
Boolean adminStateUp,
Boolean external,
NetworkType networkType,
String physicalNetworkName,
Integer segmentationId) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.