| Package | Description |
|---|---|
| net.minidev.ovh.api | |
| net.minidev.ovh.api.ip |
| Modifier and Type | Method and Description |
|---|---|
String |
ApiOvhIp.loadBalancing_serviceName_internalNatIp_GET(String serviceName,
OvhLoadBalancingZoneEnum zone)
Ip subnet used by OVH to nat requests on your ip lb to your backends.
|
ArrayList<String> |
ApiOvhIp.loadBalancing_serviceName_probeIp_GET(String serviceName,
OvhLoadBalancingZoneEnum zone)
Ip subnet used to send probes to your backends
REST: GET /ip/loadBalancing/{serviceName}/probeIp
|
| Modifier and Type | Field and Description |
|---|---|
OvhLoadBalancingZoneEnum[] |
OvhLoadBalancingIp.zone
Location where your service is
canBeNull && readOnly
|
OvhLoadBalancingZoneEnum |
OvhLoadBalancingBackendIp.zone
Location where your service is
canBeNull && readOnly
|
| Modifier and Type | Method and Description |
|---|---|
static OvhLoadBalancingZoneEnum |
OvhLoadBalancingZoneEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhLoadBalancingZoneEnum[] |
OvhLoadBalancingZoneEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.