| Package | Description |
|---|---|
| org.jclouds.openstack.neutron.v2.domain |
| Modifier and Type | Field and Description |
|---|---|
protected NetworkType |
NetworkSegment.networkType |
protected NetworkType |
NetworkSegment.Builder.networkType |
| Modifier and Type | Method and Description |
|---|---|
static NetworkType |
NetworkType.fromValue(String name) |
NetworkType |
NetworkSegment.getNetworkType() |
NetworkType |
Network.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 |
|---|---|
NetworkSegment.Builder |
NetworkSegment.Builder.networkType(NetworkType networkType)
Provide the networkType to the NetworkSegment's Builder.
|
| Constructor and Description |
|---|
NetworkSegment(NetworkType networkType,
String physicalNetwork,
Integer segmentationId) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.