Uses of Class
org.jclouds.openstack.keystone.catalog.ServiceEndpoint.Interface
-
Packages that use ServiceEndpoint.Interface Package Description org.jclouds.openstack.keystone.catalog org.jclouds.openstack.keystone.catalog.functions -
-
Uses of ServiceEndpoint.Interface in org.jclouds.openstack.keystone.catalog
Methods in org.jclouds.openstack.keystone.catalog that return ServiceEndpoint.Interface Modifier and Type Method Description static ServiceEndpoint.Interface
ServiceEndpoint.Interface. fromValue(String iface)
abstract ServiceEndpoint.Interface
ServiceEndpoint. iface()
static ServiceEndpoint.Interface
ServiceEndpoint.Interface. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceEndpoint.Interface[]
ServiceEndpoint.Interface. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.openstack.keystone.catalog with parameters of type ServiceEndpoint.Interface Modifier and Type Method Description abstract ServiceEndpoint.Builder
ServiceEndpoint.Builder. iface(ServiceEndpoint.Interface iface)
-
Uses of ServiceEndpoint.Interface in org.jclouds.openstack.keystone.catalog.functions
Methods in org.jclouds.openstack.keystone.catalog.functions with parameters of type ServiceEndpoint.Interface Modifier and Type Method Description protected static com.google.common.base.Predicate<ServiceEndpoint>
BaseEndpointResolutionStrategy. withIface(ServiceEndpoint.Interface iface)
-