public class OvhLoadBalancingBackendIp extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
backend
IP of your backend
canBeNull && readOnly
|
String |
mainBackendIp
If the backend has been configured as backup, this field contains the ip of the main backend
canBeNull && readOnly
|
OvhLoadBalancingBackendProbeEnum |
probe
Probe used for your backend
canBeNull && readOnly
|
Long |
weight
Weight of the backend on its zone, must be between 1 and 100, default is 8
canBeNull && readOnly
|
OvhLoadBalancingZoneEnum |
zone
Location where your service is
canBeNull && readOnly
|
| Constructor and Description |
|---|
OvhLoadBalancingBackendIp() |
public OvhLoadBalancingZoneEnum zone
public Long weight
public String backend
public String mainBackendIp
public OvhLoadBalancingBackendProbeEnum probe
Copyright © 2018. All rights reserved.