public class PortsResource
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
PortsResource.Create |
class |
PortsResource.Delete |
class |
PortsResource.List |
class |
PortsResource.Query |
class |
PortsResource.Show |
class |
PortsResource.Update |
| Modifier and Type | Field and Description |
|---|---|
private OpenStackClient |
CLIENT |
| Constructor and Description |
|---|
PortsResource(OpenStackClient client) |
| Modifier and Type | Method and Description |
|---|---|
PortsResource.Create |
create(Port port) |
PortsResource.Delete |
delete(java.lang.String portId) |
PortsResource.List |
list() |
PortsResource.Show |
show(java.lang.String portId) |
PortsResource.Update |
update(Port port) |
private final OpenStackClient CLIENT
public PortsResource(OpenStackClient client)
public PortsResource.List list()
public PortsResource.Create create(Port port)
public PortsResource.Update update(Port port)
public PortsResource.Delete delete(java.lang.String portId)
public PortsResource.Show show(java.lang.String portId)