public class NeutronHealthMonitorV2 extends Object implements HealthMonitorV2
| Modifier and Type | Class and Description |
|---|---|
static class |
NeutronHealthMonitorV2.HealthMonitorsV2 |
static class |
NeutronHealthMonitorV2.HealthMonitorV2Concretebuilder |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
NeutronHealthMonitorV2() |
| Modifier and Type | Method and Description |
|---|---|
static HealthMonitorV2Builder |
builder() |
Integer |
getDelay() |
String |
getExpectedCodes()
Optional.
|
String |
getHttpMethod()
Optional.
|
String |
getId() |
Integer |
getMaxRetries() |
List<ListItem> |
getPools()
The pools that this health monitor will monitor.
|
String |
getTenantId() |
Integer |
getTimeout() |
HealthMonitorType |
getType() |
String |
getUrlPath()
Optional.
|
boolean |
isAdminStateUp()
Optional.
|
HealthMonitorV2Builder |
toBuilder()
wrap this healthMonitorV2 to a builder
|
String |
toString() |
public String getId()
getId in interface HealthMonitorV2public String getTenantId()
getTenantId in interface HealthMonitorV2public HealthMonitorType getType()
getType in interface HealthMonitorV2public Integer getDelay()
getDelay in interface HealthMonitorV2public Integer getTimeout()
getTimeout in interface HealthMonitorV2public Integer getMaxRetries()
getMaxRetries in interface HealthMonitorV2public String getHttpMethod()
HealthMonitorV2getHttpMethod in interface HealthMonitorV2public String getUrlPath()
HealthMonitorV2getUrlPath in interface HealthMonitorV2public String getExpectedCodes()
HealthMonitorV2getExpectedCodes in interface HealthMonitorV2public boolean isAdminStateUp()
HealthMonitorV2isAdminStateUp in interface HealthMonitorV2public List<ListItem> getPools()
HealthMonitorV2getPools in interface HealthMonitorV2public HealthMonitorV2Builder toBuilder()
toBuilder in interface Buildable<HealthMonitorV2Builder>public static HealthMonitorV2Builder builder()
Copyright © 2017. All rights reserved.