Uses of Class
org.openstack4j.model.network.options.PortListOptions
-
Packages that use PortListOptions Package Description org.openstack4j.api.networking org.openstack4j.model.network.options org.openstack4j.openstack.networking.internal -
-
Uses of PortListOptions in org.openstack4j.api.networking
Methods in org.openstack4j.api.networking with parameters of type PortListOptions Modifier and Type Method Description List<? extends Port>PortService. list(PortListOptions options)Lists all Ports authorized by the current Tenant -
Uses of PortListOptions in org.openstack4j.model.network.options
Methods in org.openstack4j.model.network.options that return PortListOptions Modifier and Type Method Description PortListOptionsPortListOptions. adminState(boolean adminState)The administrative state of the router, which is up (true) or down (false)static PortListOptionsPortListOptions. create()PortListOptionsPortListOptions. deviceId(String deviceId)The ID of the device that uses this port.PortListOptionsPortListOptions. deviceOwner(String deviceOwner)The ID of the entity that uses this port.PortListOptionsPortListOptions. displayName(String displayName)Deprecated.PortListOptionsPortListOptions. macAddress(String macAddress)The MAC address of the portPortListOptionsPortListOptions. name(String name)The port namePortListOptionsPortListOptions. networkId(String networkId)The ID of the attached networkPortListOptionsPortListOptions. tenantId(String tenantId)The ID of the tenant who owns the network -
Uses of PortListOptions in org.openstack4j.openstack.networking.internal
Methods in org.openstack4j.openstack.networking.internal with parameters of type PortListOptions Modifier and Type Method Description List<? extends Port>PortServiceImpl. list(PortListOptions options)
-