Package | Description |
---|---|
org.openstack4j.api.networking | |
org.openstack4j.openstack.networking.domain | |
org.openstack4j.openstack.networking.internal |
Modifier and Type | Method and Description |
---|---|
Port |
PortService.create(Port port)
Creates a new Port
|
Port |
PortService.get(String portId)
Gets the Port by ID
|
Port |
PortService.update(Port port)
Updates an existing Port.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Port> |
PortService.create(List<? extends Port> ports)
Creates new Ports
|
List<? extends Port> |
PortService.list()
Lists all Ports authorized by the current Tenant
|
List<? extends Port> |
PortService.list(PortListOptions options)
Lists all Ports authorized by the current Tenant
|
Modifier and Type | Method and Description |
---|---|
Port |
PortService.create(Port port)
Creates a new Port
|
Port |
PortService.update(Port port)
Updates an existing Port.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Port> |
PortService.create(List<? extends Port> ports)
Creates new Ports
|
Modifier and Type | Class and Description |
---|---|
class |
NeutronPort
A Neutron Port
|
Modifier and Type | Method and Description |
---|---|
Port |
NeutronPort.PortConcreteBuilder.build() |
protected Port |
NeutronPort.PortConcreteBuilder.reference() |
Modifier and Type | Method and Description |
---|---|
PortBuilder |
NeutronPort.PortConcreteBuilder.from(Port in) |
static NeutronPortCreate |
NeutronPortCreate.fromPort(Port port)
Creates a Port Create object which only encapsulates allowable fields from a port
|
Modifier and Type | Method and Description |
---|---|
static NeutronPortCreate.NeutronPortsCreate |
NeutronPortCreate.NeutronPortsCreate.fromPorts(List<? extends Port> ports)
Creates a List of Port Create objects which only encapsulates allowable fields from a port
|
Modifier and Type | Method and Description |
---|---|
Port |
PortServiceImpl.create(Port port)
Creates a new Port
|
Port |
PortServiceImpl.get(String portId)
Gets the Port by ID
|
Port |
PortServiceImpl.update(Port port)
Updates an existing Port.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Port> |
PortServiceImpl.create(List<? extends Port> ports)
Creates new Ports
|
List<? extends Port> |
PortServiceImpl.list()
Lists all Ports authorized by the current Tenant
|
List<? extends Port> |
PortServiceImpl.list(PortListOptions options) |
Modifier and Type | Method and Description |
---|---|
Port |
PortServiceImpl.create(Port port)
Creates a new Port
|
Port |
PortServiceImpl.update(Port port)
Updates an existing Port.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Port> |
PortServiceImpl.create(List<? extends Port> ports)
Creates new Ports
|
Copyright © 2017. All rights reserved.