Uses of Interface
org.openstack4j.model.network.Trunk
-
Packages that use Trunk Package Description org.openstack4j.api.networking org.openstack4j.openstack.networking.domain org.openstack4j.openstack.networking.internal -
-
Uses of Trunk in org.openstack4j.api.networking
Methods in org.openstack4j.api.networking that return Trunk Modifier and Type Method Description TrunkTrunkService. addTrunkSubport(String trunkId, TrunkSubport subPort)Adds a subport to the specified TrunkTrunkTrunkService. create(Trunk trunk)Creates a trunkTrunkTrunkService. get(String trunkId)Get a trunk by IDTrunkTrunkService. removeTrunkSubport(String trunkId, String portId)Removes subport from the specified trunkTrunkTrunkService. update(Trunk trunk)Updates a trunk objectMethods in org.openstack4j.api.networking that return types with arguments of type Trunk Modifier and Type Method Description List<? extends Trunk>TrunkService. list()Lists all trunksMethods in org.openstack4j.api.networking with parameters of type Trunk Modifier and Type Method Description TrunkTrunkService. create(Trunk trunk)Creates a trunkTrunkTrunkService. update(Trunk trunk)Updates a trunk object -
Uses of Trunk in org.openstack4j.openstack.networking.domain
Classes in org.openstack4j.openstack.networking.domain that implement Trunk Modifier and Type Class Description classAbstractNeutronTrunkA Neutron TrunkclassNeutronTrunkThis class is used to add the json root name "trunk"classNeutronTrunkSubportAddRemoveThis class is used by the subport operations which don't use the json root name "trunks"Methods in org.openstack4j.openstack.networking.domain that return Trunk Modifier and Type Method Description TrunkAbstractNeutronTrunk.TrunkConcreteBuilder. build()protected TrunkAbstractNeutronTrunk.TrunkConcreteBuilder. reference()Methods in org.openstack4j.openstack.networking.domain with parameters of type Trunk Modifier and Type Method Description TrunkBuilderAbstractNeutronTrunk.TrunkConcreteBuilder. from(Trunk in)static NeutronTrunkCreateNeutronTrunkCreate. fromTrunk(Trunk trunk)static NeutronTrunkUpdateNeutronTrunkUpdate. update(Trunk t) -
Uses of Trunk in org.openstack4j.openstack.networking.internal
Methods in org.openstack4j.openstack.networking.internal that return Trunk Modifier and Type Method Description TrunkTrunkServiceImpl. addTrunkSubport(String trunkId, TrunkSubport subPort)Adds a subport to the specified TrunkTrunkTrunkServiceImpl. create(Trunk trunk)Creates a trunkTrunkTrunkServiceImpl. get(String trunkId)Get a trunk by IDTrunkTrunkServiceImpl. removeTrunkSubport(String trunkId, String portId)Removes subport from the specified trunkTrunkTrunkServiceImpl. update(Trunk trunk)Updates a trunk objectMethods in org.openstack4j.openstack.networking.internal that return types with arguments of type Trunk Modifier and Type Method Description List<? extends Trunk>TrunkServiceImpl. list()Lists all trunksMethods in org.openstack4j.openstack.networking.internal with parameters of type Trunk Modifier and Type Method Description TrunkTrunkServiceImpl. create(Trunk trunk)Creates a trunkTrunkTrunkServiceImpl. update(Trunk trunk)Updates a trunk object
-