Interface PortPair
-
- All Superinterfaces:
BasicResource,Buildable<PortPairBuilder>,IdEntity,ModelEntity,Resource,Serializable
- All Known Implementing Classes:
NeutronPortPair
public interface PortPair extends Resource, Buildable<PortPairBuilder>
A Port Pair Entity.- Author:
- Dmitry Gerenrot.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetEgressId()StringgetId()StringgetIngressId()StringgetName()Map<String,String>getServiceFunctionParameters()-
Methods inherited from interface org.openstack4j.model.common.BasicResource
setName
-
Methods inherited from interface org.openstack4j.model.common.Resource
getTenantId, setTenantId
-
-
-
-
Method Detail
-
getName
String getName()
- Specified by:
getNamein interfaceBasicResource- Returns:
- name : Human readable name for the port pair
-
getDescription
String getDescription()
- Returns:
- description : Human readable description for the port pair
-
getEgressId
String getEgressId()
- Returns:
- egressId : Id for the egress port
-
getIngressId
String getIngressId()
- Returns:
- ingressId : Id for the ingress port
-
-