Uses of Class
org.openstack4j.model.network.NetworkType
-
Packages that use NetworkType Package Description org.openstack4j.model.network org.openstack4j.model.network.builder org.openstack4j.openstack.networking.domain -
-
Uses of NetworkType in org.openstack4j.model.network
Methods in org.openstack4j.model.network that return NetworkType Modifier and Type Method Description static NetworkTypeNetworkType. forValue(String value)NetworkTypeNetwork. getNetworkType()static NetworkTypeNetworkType. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkType[]NetworkType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NetworkType in org.openstack4j.model.network.builder
Methods in org.openstack4j.model.network.builder with parameters of type NetworkType Modifier and Type Method Description NetworkBuilderNetworkBuilder. networkType(NetworkType networkType) -
Uses of NetworkType in org.openstack4j.openstack.networking.domain
Methods in org.openstack4j.openstack.networking.domain that return NetworkType Modifier and Type Method Description NetworkTypeNeutronNetwork. getNetworkType()Methods in org.openstack4j.openstack.networking.domain with parameters of type NetworkType Modifier and Type Method Description NetworkBuilderNeutronNetwork.NetworkConcreteBuilder. networkType(NetworkType networkType)
-