Uses of Class
org.openstack4j.model.manila.ShareNetwork.NetworkType
-
Packages that use ShareNetwork.NetworkType Package Description org.openstack4j.model.manila org.openstack4j.openstack.manila.domain -
-
Uses of ShareNetwork.NetworkType in org.openstack4j.model.manila
Methods in org.openstack4j.model.manila that return ShareNetwork.NetworkType Modifier and Type Method Description ShareNetwork.NetworkTypeShareNetwork. getNetworkType()static ShareNetwork.NetworkTypeShareNetwork.NetworkType. value(String v)static ShareNetwork.NetworkTypeShareNetwork.NetworkType. valueOf(String name)Returns the enum constant of this type with the specified name.static ShareNetwork.NetworkType[]ShareNetwork.NetworkType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ShareNetwork.NetworkType in org.openstack4j.openstack.manila.domain
Methods in org.openstack4j.openstack.manila.domain that return ShareNetwork.NetworkType Modifier and Type Method Description ShareNetwork.NetworkTypeManilaShareNetwork. getNetworkType()
-