Uses of Class
org.openstack4j.model.network.State
-
Packages that use State Package Description org.openstack4j.model.network org.openstack4j.model.network.builder org.openstack4j.openstack.networking.domain -
-
Uses of State in org.openstack4j.model.network
Methods in org.openstack4j.model.network that return State Modifier and Type Method Description static StateState. forValue(String value)StatePort. getState()StateTrunk. getState()StateNetwork. getStatus()StateRouter. getStatus()Indicates whether a router is currently operational or notstatic StateState. 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. -
Uses of State in org.openstack4j.model.network.builder
Methods in org.openstack4j.model.network.builder with parameters of type State Modifier and Type Method Description PortBuilderPortBuilder. state(State state) -
Uses of State in org.openstack4j.openstack.networking.domain
Fields in org.openstack4j.openstack.networking.domain declared as State Modifier and Type Field Description protected StateAbstractNeutronTrunk. stateMethods in org.openstack4j.openstack.networking.domain that return State Modifier and Type Method Description StateAbstractNeutronTrunk. getState()StateNeutronPort. getState()StateNeutronNetwork. getStatus()StateNeutronRouter. getStatus()Indicates whether a router is currently operational or notMethods in org.openstack4j.openstack.networking.domain with parameters of type State Modifier and Type Method Description PortBuilderNeutronPort.PortConcreteBuilder. state(State state)
-