| Package | Description |
|---|---|
| org.jclouds.openstack.keystone.v3.domain | |
| org.jclouds.openstack.keystone.v3.features |
| Modifier and Type | Method and Description |
|---|---|
abstract Endpoint |
Endpoint.Builder.build() |
static Endpoint |
Endpoint.create(String id,
String region,
String regionId,
String serviceId,
URI url,
Boolean enabled,
String iface) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Endpoint> |
Catalog.endpoints() |
| Modifier and Type | Method and Description |
|---|---|
static Catalog |
Catalog.create(String id,
String name,
String type,
List<Endpoint> endpoints) |
abstract Catalog.Builder |
Catalog.Builder.endpoints(List<Endpoint> endpoints) |
| Modifier and Type | Method and Description |
|---|---|
List<Endpoint> |
CatalogApi.endpoints()
List all endpoints for a token.
|
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.