Package org.openstack4j.model.network
Interface TrunkSubport
-
- All Superinterfaces:
BasicResource,Buildable<TrunkSubportBuilder>,IdEntity,ModelEntity,Resource,Serializable
- All Known Implementing Classes:
NeutronTrunkSubport
public interface TrunkSubport extends Resource, Buildable<TrunkSubportBuilder>
A network subport used ONLY in trunks- Author:
- Kashyap Jha
-
-
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 StringgetPortId()intgetSegmentationId()StringgetSegmentationType()-
Methods inherited from interface org.openstack4j.model.common.BasicResource
getName, setName
-
Methods inherited from interface org.openstack4j.model.common.Resource
getTenantId, setTenantId
-
-