Uses of Interface
org.openstack4j.model.network.TrunkSubport
-
Packages that use TrunkSubport Package Description org.openstack4j.api.networking org.openstack4j.model.network org.openstack4j.openstack.networking.domain org.openstack4j.openstack.networking.internal -
-
Uses of TrunkSubport in org.openstack4j.api.networking
Methods in org.openstack4j.api.networking with parameters of type TrunkSubport Modifier and Type Method Description TrunkTrunkService. addTrunkSubport(String trunkId, TrunkSubport subPort)Adds a subport to the specified Trunk -
Uses of TrunkSubport in org.openstack4j.model.network
Methods in org.openstack4j.model.network that return types with arguments of type TrunkSubport Modifier and Type Method Description List<? extends TrunkSubport>Trunk. getTrunkSubports() -
Uses of TrunkSubport in org.openstack4j.openstack.networking.domain
Classes in org.openstack4j.openstack.networking.domain that implement TrunkSubport Modifier and Type Class Description classNeutronTrunkSubportA Subport ONLY used for adding to trunksMethods in org.openstack4j.openstack.networking.domain that return TrunkSubport Modifier and Type Method Description TrunkSubportNeutronTrunkSubport.TrunkSubportConcreteBuilder. build()protected TrunkSubportNeutronTrunkSubport.TrunkSubportConcreteBuilder. reference()Methods in org.openstack4j.openstack.networking.domain with parameters of type TrunkSubport Modifier and Type Method Description TrunkSubportBuilderNeutronTrunkSubport.TrunkSubportConcreteBuilder. from(TrunkSubport in)static NeutronTrunkSubportNeutronTrunkSubport. fromTrunkSubport(TrunkSubport trunkSubport)static NeutronTrunkSubportCreateNeutronTrunkSubportCreate. fromTrunkSubport(TrunkSubport trunkSubport)Method parameters in org.openstack4j.openstack.networking.domain with type arguments of type TrunkSubport Modifier and Type Method Description static NeutronTrunkSubport.NeutronTrunkSubportsNeutronTrunkSubport.NeutronTrunkSubports. fromTrunkSubports(List<? extends TrunkSubport> trunkSubports)static NeutronTrunkSubportCreate.NeutronTrunkSubportsCreateNeutronTrunkSubportCreate.NeutronTrunkSubportsCreate. fromTrunkSubports(List<? extends TrunkSubport> trunkSubports) -
Uses of TrunkSubport in org.openstack4j.openstack.networking.internal
Methods in org.openstack4j.openstack.networking.internal with parameters of type TrunkSubport Modifier and Type Method Description TrunkTrunkServiceImpl. addTrunkSubport(String trunkId, TrunkSubport subPort)Adds a subport to the specified Trunk
-