Uses of Class
org.openstack4j.openstack.networking.domain.NeutronTrunkSubport
-
-
Uses of NeutronTrunkSubport in org.openstack4j.api.networking
Methods in org.openstack4j.api.networking that return types with arguments of type NeutronTrunkSubport Modifier and Type Method Description List<NeutronTrunkSubport>TrunkService. listTrunkSubports(String trunkId)List the subports associated with the trunk -
Uses of NeutronTrunkSubport in org.openstack4j.model.network.builder
Method parameters in org.openstack4j.model.network.builder with type arguments of type NeutronTrunkSubport Modifier and Type Method Description TrunkBuilderTrunkBuilder. trunkSubports(List<NeutronTrunkSubport> trunkSubports)Sets the subports -
Uses of NeutronTrunkSubport in org.openstack4j.openstack.networking.domain
Fields in org.openstack4j.openstack.networking.domain with type parameters of type NeutronTrunkSubport Modifier and Type Field Description protected List<NeutronTrunkSubport>AbstractNeutronTrunk. trunkSubportsMethods in org.openstack4j.openstack.networking.domain that return NeutronTrunkSubport Modifier and Type Method Description static NeutronTrunkSubportNeutronTrunkSubport. fromTrunkSubport(TrunkSubport trunkSubport)Methods in org.openstack4j.openstack.networking.domain that return types with arguments of type NeutronTrunkSubport Modifier and Type Method Description List<NeutronTrunkSubport>AbstractNeutronTrunk. getTrunkSubports()protected List<NeutronTrunkSubport>NeutronTrunkSubport.TrunkSubports. value()Method parameters in org.openstack4j.openstack.networking.domain with type arguments of type NeutronTrunkSubport Modifier and Type Method Description TrunkBuilderAbstractNeutronTrunk.TrunkConcreteBuilder. trunkSubports(List<NeutronTrunkSubport> trunkSubports) -
Uses of NeutronTrunkSubport in org.openstack4j.openstack.networking.internal
Methods in org.openstack4j.openstack.networking.internal that return types with arguments of type NeutronTrunkSubport Modifier and Type Method Description List<NeutronTrunkSubport>TrunkServiceImpl. listTrunkSubports(String trunkId)List the subports associated with the trunk
-