Interface PortChain
-
- All Superinterfaces:
BasicResource,Buildable<PortChainBuilder>,IdEntity,ModelEntity,Resource,Serializable
- All Known Implementing Classes:
NeutronPortChain
public interface PortChain extends Resource, Buildable<PortChainBuilder>
A Port Chain 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 StringgetChainId()Map<String,String>getChainParameters()StringgetDescription()List<String>getFlowClassifiers()List<String>getPortPairGroups()-
Methods inherited from interface org.openstack4j.model.common.BasicResource
getName, setName
-
Methods inherited from interface org.openstack4j.model.common.Resource
getTenantId, setTenantId
-
-