Uses of Class
org.openstack4j.model.network.ext.HealthMonitorType
-
-
Uses of HealthMonitorType in org.openstack4j.model.network.ext
Methods in org.openstack4j.model.network.ext that return HealthMonitorType Modifier and Type Method Description static HealthMonitorTypeHealthMonitorType. forValue(String value)HealthMonitorTypeHealthMonitor. getType()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.network.ext.builder
Methods in org.openstack4j.model.network.ext.builder with parameters of type HealthMonitorType Modifier and Type Method Description HealthMonitorBuilderHealthMonitorBuilder. type(HealthMonitorType type)HealthMonitorV2BuilderHealthMonitorV2Builder. type(HealthMonitorType type) -
Uses of HealthMonitorType in org.openstack4j.model.network.ext.status
Methods in org.openstack4j.model.network.ext.status that return HealthMonitorType Modifier and Type Method Description HealthMonitorTypeHealthMonitorV2Status. getType()The health monitor type -
Uses of HealthMonitorType in org.openstack4j.openstack.networking.domain.ext
Methods in org.openstack4j.openstack.networking.domain.ext that return HealthMonitorType Modifier and Type Method Description HealthMonitorTypeNeutronHealthMonitor. getType()HealthMonitorTypeNeutronHealthMonitorV2. getType()Methods in org.openstack4j.openstack.networking.domain.ext with parameters of type HealthMonitorType Modifier and Type Method Description HealthMonitorBuilderNeutronHealthMonitor.HealthMonitorConcretebuilder. type(HealthMonitorType type)HealthMonitorV2BuilderNeutronHealthMonitorV2.HealthMonitorV2Concretebuilder. type(HealthMonitorType type) -
Uses of HealthMonitorType in org.openstack4j.openstack.networking.domain.ext.LoadBalancerV2StatusTree
Methods in org.openstack4j.openstack.networking.domain.ext.LoadBalancerV2StatusTree that return HealthMonitorType Modifier and Type Method Description HealthMonitorTypeNeutronHealthMonitorV2Status. getType()
-