public class EndpointsResource
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
EndpointsResource.Create |
class |
EndpointsResource.Delete |
class |
EndpointsResource.List |
class |
EndpointsResource.Show |
Modifier and Type | Field and Description |
---|---|
private OpenStackClient |
client |
Constructor and Description |
---|
EndpointsResource(OpenStackClient client) |
Modifier and Type | Method and Description |
---|---|
EndpointsResource.Create |
create(Endpoint endpoint) |
EndpointsResource.Delete |
delete(java.lang.String id) |
EndpointsResource.List |
list() |
EndpointsResource.Show |
show(java.lang.String id) |
private OpenStackClient client
public EndpointsResource(OpenStackClient client)
public EndpointsResource.List list()
public EndpointsResource.Create create(Endpoint endpoint)
public EndpointsResource.Show show(java.lang.String id)
public EndpointsResource.Delete delete(java.lang.String id)