Uses of Interface
org.openstack4j.model.network.ext.VipUpdate
-
Packages that use VipUpdate Package Description org.openstack4j.api.networking.ext org.openstack4j.openstack.networking.domain.ext org.openstack4j.openstack.networking.internal.ext -
-
Uses of VipUpdate in org.openstack4j.api.networking.ext
Methods in org.openstack4j.api.networking.ext with parameters of type VipUpdate Modifier and Type Method Description VipVipService. update(String vipId, VipUpdate vip)Update a vip -
Uses of VipUpdate in org.openstack4j.openstack.networking.domain.ext
Classes in org.openstack4j.openstack.networking.domain.ext that implement VipUpdate Modifier and Type Class Description classNeutronVipUpdateNeutron Vip for updateMethods in org.openstack4j.openstack.networking.domain.ext that return VipUpdate Modifier and Type Method Description VipUpdateNeutronVipUpdate.VipUpdateContreteBuilder. build()Methods in org.openstack4j.openstack.networking.domain.ext with parameters of type VipUpdate Modifier and Type Method Description VipUpdateBuilderNeutronVipUpdate.VipUpdateContreteBuilder. from(VipUpdate in) -
Uses of VipUpdate in org.openstack4j.openstack.networking.internal.ext
Methods in org.openstack4j.openstack.networking.internal.ext with parameters of type VipUpdate Modifier and Type Method Description VipVipServiceImpl. update(String vipId, VipUpdate vip)Update a vip
-