Uses of Interface
org.openstack4j.model.network.ext.Vip
-
Packages that use Vip Package Description org.openstack4j.api.networking.ext org.openstack4j.openstack.networking.domain.ext org.openstack4j.openstack.networking.internal.ext -
-
Uses of Vip in org.openstack4j.api.networking.ext
Methods in org.openstack4j.api.networking.ext that return Vip Modifier and Type Method Description VipVipService. create(Vip vip)Create a vipVipVipService. get(String vipId)Get the specified vip by IDVipVipService. update(String vipId, VipUpdate vip)Update a vipMethods in org.openstack4j.api.networking.ext that return types with arguments of type Vip Modifier and Type Method Description List<? extends Vip>VipService. list()List all vipss that the current tenant has access toList<? extends Vip>VipService. list(Map<String,String> filteringParams)Returns list of vip filtered by parameters.Methods in org.openstack4j.api.networking.ext with parameters of type Vip Modifier and Type Method Description VipVipService. create(Vip vip)Create a vip -
Uses of Vip in org.openstack4j.openstack.networking.domain.ext
Classes in org.openstack4j.openstack.networking.domain.ext that implement Vip Modifier and Type Class Description classNeutronVipMethods in org.openstack4j.openstack.networking.domain.ext that return Vip Modifier and Type Method Description VipNeutronVip.VipContreteBuilder. build()Creates and return the Model Entity MMethods in org.openstack4j.openstack.networking.domain.ext with parameters of type Vip Modifier and Type Method Description VipBuilderNeutronVip.VipContreteBuilder. from(Vip in) -
Uses of Vip in org.openstack4j.openstack.networking.internal.ext
Methods in org.openstack4j.openstack.networking.internal.ext that return Vip Modifier and Type Method Description VipVipServiceImpl. create(Vip vip)Create a vipVipVipServiceImpl. get(String vipId)Get the specified vip by IDVipVipServiceImpl. update(String vipId, VipUpdate vip)Update a vipMethods in org.openstack4j.openstack.networking.internal.ext that return types with arguments of type Vip Modifier and Type Method Description List<? extends Vip>VipServiceImpl. list()List all vipss that the current tenant has access toList<? extends Vip>VipServiceImpl. list(Map<String,String> filteringParams)Returns list of vip filtered by parameters.Methods in org.openstack4j.openstack.networking.internal.ext with parameters of type Vip Modifier and Type Method Description VipVipServiceImpl. create(Vip vip)Create a vip
-