Uses of Interface
org.openstack4j.model.network.ext.HealthMonitorV2Update
-
Packages that use HealthMonitorV2Update Package Description org.openstack4j.api.networking.ext org.openstack4j.openstack.networking.domain.ext org.openstack4j.openstack.networking.internal.ext -
-
Uses of HealthMonitorV2Update in org.openstack4j.api.networking.ext
Methods in org.openstack4j.api.networking.ext with parameters of type HealthMonitorV2Update Modifier and Type Method Description HealthMonitorV2HealthMonitorV2Service. update(String healthMonitorId, HealthMonitorV2Update healthMonitor)Update a healthMonitorV2 -
Uses of HealthMonitorV2Update in org.openstack4j.openstack.networking.domain.ext
Classes in org.openstack4j.openstack.networking.domain.ext that implement HealthMonitorV2Update Modifier and Type Class Description classNeutronHealthMonitorV2UpdateEntity used to update lbaas v2 heathmonitorMethods in org.openstack4j.openstack.networking.domain.ext that return HealthMonitorV2Update Modifier and Type Method Description HealthMonitorV2UpdateNeutronHealthMonitorV2Update.HealthMonitorV2UpdateConcreteBuilder. build()Creates and return the Model Entity MMethods in org.openstack4j.openstack.networking.domain.ext with parameters of type HealthMonitorV2Update Modifier and Type Method Description HealthMonitorV2UpdateBuilderNeutronHealthMonitorV2Update.HealthMonitorV2UpdateConcreteBuilder. from(HealthMonitorV2Update in)Creates a Builder using the param M as the default values -
Uses of HealthMonitorV2Update in org.openstack4j.openstack.networking.internal.ext
Methods in org.openstack4j.openstack.networking.internal.ext with parameters of type HealthMonitorV2Update Modifier and Type Method Description HealthMonitorV2HealthMonitorV2ServiceImpl. update(String healthMonitorId, HealthMonitorV2Update healthMonitor)Update a healthMonitorV2
-