Package | Description |
---|---|
org.openstack4j.api.networking | |
org.openstack4j.model.network.options | |
org.openstack4j.openstack.networking.internal |
Modifier and Type | Method and Description |
---|---|
List<? extends Port> |
PortService.list(PortListOptions options)
Lists all Ports authorized by the current Tenant
|
Modifier and Type | Method and Description |
---|---|
PortListOptions |
PortListOptions.adminState(boolean adminState)
The administrative state of the router, which is up (true) or down (false)
|
static PortListOptions |
PortListOptions.create() |
PortListOptions |
PortListOptions.deviceId(String deviceId)
The ID of the device that uses this port.
|
PortListOptions |
PortListOptions.deviceOwner(String deviceOwner)
The ID of the entity that uses this port.
|
PortListOptions |
PortListOptions.displayName(String displayName)
Deprecated.
|
PortListOptions |
PortListOptions.macAddress(String macAddress)
The MAC address of the port
|
PortListOptions |
PortListOptions.name(String name)
The port name
|
PortListOptions |
PortListOptions.networkId(String networkId)
The ID of the attached network
|
PortListOptions |
PortListOptions.tenantId(String tenantId)
The ID of the tenant who owns the network
|
Modifier and Type | Method and Description |
---|---|
List<? extends Port> |
PortServiceImpl.list(PortListOptions options) |
Copyright © 2017. All rights reserved.