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()
NetworkUpdate
getName
in interface NetworkUpdate
public boolean isAdminStateUp()
NetworkUpdate
isAdminStateUp
in interface NetworkUpdate
public boolean isShared()
NetworkUpdate
isShared
in interface NetworkUpdate
Copyright © 2017. All rights reserved.