public class NeutronNetworkUpdate extends Object implements NetworkUpdate
| Modifier and Type | Class and Description |
|---|---|
static class |
NeutronNetworkUpdate.NetworkUpdateConcreteBuilder |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
NeutronNetworkUpdate() |
| Modifier and Type | Method and Description |
|---|---|
static NetworkUpdateBuilder |
builder() |
String |
getName()
The name of the network
|
boolean |
isAdminStateUp()
The administrative state of the network, which is up (true) or down (false).
|
boolean |
isShared()
Admin-only.
|
NetworkUpdateBuilder |
toBuilder() |
String |
toString() |
public static NetworkUpdateBuilder builder()
public NetworkUpdateBuilder toBuilder()
toBuilder in interface Buildable<NetworkUpdateBuilder>public String getName()
NetworkUpdategetName in interface NetworkUpdatepublic boolean isAdminStateUp()
NetworkUpdateisAdminStateUp in interface NetworkUpdatepublic boolean isShared()
NetworkUpdateisShared in interface NetworkUpdateCopyright © 2017. All rights reserved.