Uses of Class
org.openstack4j.model.network.Agent.Type
-
Packages that use Agent.Type Package Description org.openstack4j.model.network org.openstack4j.openstack.networking.domain -
-
Uses of Agent.Type in org.openstack4j.model.network
Methods in org.openstack4j.model.network that return Agent.Type Modifier and Type Method Description static Agent.TypeAgent.Type. forValue(String value)Agent.TypeAgent. getAgentType()static Agent.TypeAgent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Agent.Type[]Agent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Agent.Type in org.openstack4j.openstack.networking.domain
Methods in org.openstack4j.openstack.networking.domain that return Agent.Type Modifier and Type Method Description Agent.TypeNeutronAgent. getAgentType()
-