Uses of Interface
org.openstack4j.model.identity.v2.ServiceEndpoint
-
Packages that use ServiceEndpoint Package Description org.openstack4j.api.identity.v2 org.openstack4j.openstack.identity.v2.domain org.openstack4j.openstack.identity.v2.internal -
-
Uses of ServiceEndpoint in org.openstack4j.api.identity.v2
Methods in org.openstack4j.api.identity.v2 that return ServiceEndpoint Modifier and Type Method Description ServiceEndpointServiceManagerService. createEndpoint(String region, String serviceId, String publicURL, String adminURL, String internalURL)Creates a new Endpoint associated to a service identifierMethods in org.openstack4j.api.identity.v2 that return types with arguments of type ServiceEndpoint Modifier and Type Method Description List<? extends ServiceEndpoint>ServiceManagerService. listEndpoints()Queries for service related Endpoints (endpoints mapped against services) -
Uses of ServiceEndpoint in org.openstack4j.openstack.identity.v2.domain
Classes in org.openstack4j.openstack.identity.v2.domain that implement ServiceEndpoint Modifier and Type Class Description classKeystoneServiceEndpointOpenStack ServiceEndpoint is an endpoint which is mapped to aServiceMethods in org.openstack4j.openstack.identity.v2.domain that return ServiceEndpoint Modifier and Type Method Description ServiceEndpointKeystoneServiceEndpoint.ServiceConcreteEndpointBuilder. build()Methods in org.openstack4j.openstack.identity.v2.domain with parameters of type ServiceEndpoint Modifier and Type Method Description ServiceEndpointBuilderKeystoneServiceEndpoint.ServiceConcreteEndpointBuilder. from(ServiceEndpoint in) -
Uses of ServiceEndpoint in org.openstack4j.openstack.identity.v2.internal
Methods in org.openstack4j.openstack.identity.v2.internal that return ServiceEndpoint Modifier and Type Method Description ServiceEndpointServiceManagerServiceImpl. createEndpoint(String region, String serviceId, String publicURL, String adminURL, String internalURL)Creates a new Endpoint associated to a service identifierMethods in org.openstack4j.openstack.identity.v2.internal that return types with arguments of type ServiceEndpoint Modifier and Type Method Description List<? extends ServiceEndpoint>ServiceManagerServiceImpl. listEndpoints()Queries for service related Endpoints (endpoints mapped against services)
-