Package | Description |
---|---|
org.openstack4j.api.identity.v3 | |
org.openstack4j.model.identity.v3 | |
org.openstack4j.openstack.identity.v3.domain | |
org.openstack4j.openstack.identity.v3.internal |
Modifier and Type | Method and Description |
---|---|
Endpoint |
ServiceEndpointService.createEndpoint(Endpoint endpoint)
Creates a new endpoint
|
Endpoint |
ServiceEndpointService.createEndpoint(String name,
URL url,
Facing iface,
String regionId,
String serviceId,
boolean enabled)
Creates a new endpoint
|
Endpoint |
ServiceEndpointService.getEndpoint(String endpointId)
Get details for an endpoint
|
Endpoint |
ServiceEndpointService.updateEndpoint(Endpoint endpoint)
Updates a endpoint
|
Modifier and Type | Method and Description |
---|---|
List<? extends Endpoint> |
ServiceEndpointService.listEndpoints()
Lists available endpoints
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
ServiceEndpointService.createEndpoint(Endpoint endpoint)
Creates a new endpoint
|
Endpoint |
ServiceEndpointService.updateEndpoint(Endpoint endpoint)
Updates a endpoint
|
Modifier and Type | Method and Description |
---|---|
List<? extends Endpoint> |
Service.getEndpoints() |
Modifier and Type | Method and Description |
---|---|
Endpoint |
KeystoneEndpoint.EndpointConcreteBuilder.build()
Creates and return the Model Entity M
|
Modifier and Type | Method and Description |
---|---|
List<? extends Endpoint> |
KeystoneService.getEndpoints() |
Modifier and Type | Method and Description |
---|---|
EndpointBuilder |
KeystoneEndpoint.EndpointConcreteBuilder.from(Endpoint in)
Creates a Builder using the param M as the default values
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
ServiceEndpointServiceImpl.createEndpoint(Endpoint endpoint) |
Endpoint |
ServiceEndpointServiceImpl.createEndpoint(String name,
URL url,
Facing iface,
String regionId,
String serviceId,
boolean enabled) |
Endpoint |
ServiceEndpointServiceImpl.getEndpoint(String endpointId) |
Endpoint |
ServiceEndpointServiceImpl.updateEndpoint(Endpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
List<? extends Endpoint> |
ServiceEndpointServiceImpl.listEndpoints() |
Modifier and Type | Method and Description |
---|---|
Endpoint |
ServiceEndpointServiceImpl.createEndpoint(Endpoint endpoint) |
Endpoint |
ServiceEndpointServiceImpl.updateEndpoint(Endpoint endpoint) |
Copyright © 2017. All rights reserved.