Uses of Interface
org.openstack4j.model.octavia.HealthMonitorV2Update
-
Packages that use HealthMonitorV2Update Package Description org.openstack4j.api.octavia org.openstack4j.openstack.octavia.domain org.openstack4j.openstack.octavia.internal -
-
Uses of HealthMonitorV2Update in org.openstack4j.api.octavia
Methods in org.openstack4j.api.octavia 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.octavia.domain
Classes in org.openstack4j.openstack.octavia.domain that implement HealthMonitorV2Update Modifier and Type Class Description classOctaviaHealthMonitorV2UpdateEntity used to update lbaas v2 heathmonitorMethods in org.openstack4j.openstack.octavia.domain that return HealthMonitorV2Update Modifier and Type Method Description HealthMonitorV2UpdateOctaviaHealthMonitorV2Update.HealthMonitorV2UpdateConcreteBuilder. build()Creates and return the Model Entity MMethods in org.openstack4j.openstack.octavia.domain with parameters of type HealthMonitorV2Update Modifier and Type Method Description HealthMonitorV2UpdateBuilderOctaviaHealthMonitorV2Update.HealthMonitorV2UpdateConcreteBuilder. from(HealthMonitorV2Update in)Creates a Builder using the param M as the default values -
Uses of HealthMonitorV2Update in org.openstack4j.openstack.octavia.internal
Methods in org.openstack4j.openstack.octavia.internal with parameters of type HealthMonitorV2Update Modifier and Type Method Description HealthMonitorV2HealthMonitorV2ServiceImpl. update(String healthMonitorId, HealthMonitorV2Update healthMonitor)Update a healthMonitorV2
-