| Package | Description |
|---|---|
| net.minidev.ovh.api | |
| net.minidev.ovh.api.vrack |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<OvhVrackZoneEnum> |
ApiOvhVrack.serviceName_ip_ip_availableZone_GET(String serviceName,
String ip)
Zone available to announce your block
REST: GET /vrack/{serviceName}/ip/{ip}/availableZone
|
| Modifier and Type | Method and Description |
|---|---|
OvhTask |
ApiOvhVrack.serviceName_ip_ip_announceInZone_POST(String serviceName,
String ip,
OvhVrackZoneEnum zone)
Announce IP to zone for vrack
REST: POST /vrack/{serviceName}/ip/{ip}/announceInZone
|
| Modifier and Type | Field and Description |
|---|---|
OvhVrackZoneEnum |
OvhIp.zone
Where you want your block announced on the network
canBeNull && readOnly
|
| Modifier and Type | Method and Description |
|---|---|
static OvhVrackZoneEnum |
OvhVrackZoneEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhVrackZoneEnum[] |
OvhVrackZoneEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.