| Package | Description |
|---|---|
| org.openstack4j.model.network | |
| org.openstack4j.model.network.builder | |
| org.openstack4j.openstack.networking.domain |
| Modifier and Type | Method and Description |
|---|---|
static State |
State.forValue(String value) |
State |
Port.getState() |
State |
Router.getStatus()
Indicates whether a router is currently operational or not
|
State |
Network.getStatus() |
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PortBuilder |
PortBuilder.state(State state) |
| Modifier and Type | Method and Description |
|---|---|
State |
NeutronPort.getState() |
State |
NeutronRouter.getStatus()
Indicates whether a router is currently operational or not
|
State |
NeutronNetwork.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
PortBuilder |
NeutronPort.PortConcreteBuilder.state(State state) |
Copyright © 2017. All rights reserved.