Uses of Class
org.openstack4j.model.octavia.HealthMonitorType
-
-
Uses of HealthMonitorType in org.openstack4j.model.octavia
Methods in org.openstack4j.model.octavia that return HealthMonitorType Modifier and Type Method Description static HealthMonitorTypeHealthMonitorType. forValue(String value)HealthMonitorTypeHealthMonitorV2. getType()static HealthMonitorTypeHealthMonitorType. valueOf(String name)Returns the enum constant of this type with the specified name.static HealthMonitorType[]HealthMonitorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HealthMonitorType in org.openstack4j.model.octavia.builder
Methods in org.openstack4j.model.octavia.builder with parameters of type HealthMonitorType Modifier and Type Method Description HealthMonitorV2BuilderHealthMonitorV2Builder. type(HealthMonitorType type) -
Uses of HealthMonitorType in org.openstack4j.model.octavia.status
Methods in org.openstack4j.model.octavia.status that return HealthMonitorType Modifier and Type Method Description HealthMonitorTypeHealthMonitorV2Status. getType()The health monitor type -
Uses of HealthMonitorType in org.openstack4j.openstack.octavia.domain
Methods in org.openstack4j.openstack.octavia.domain that return HealthMonitorType Modifier and Type Method Description HealthMonitorTypeOctaviaHealthMonitorV2. getType()Methods in org.openstack4j.openstack.octavia.domain with parameters of type HealthMonitorType Modifier and Type Method Description HealthMonitorV2BuilderOctaviaHealthMonitorV2.HealthMonitorV2Concretebuilder. type(HealthMonitorType type) -
Uses of HealthMonitorType in org.openstack4j.openstack.octavia.domain.LoadBalancerV2StatusTree
Methods in org.openstack4j.openstack.octavia.domain.LoadBalancerV2StatusTree that return HealthMonitorType Modifier and Type Method Description HealthMonitorTypeOctaviaHealthMonitorV2Status. getType()
-