| Package | Description |
|---|---|
| net.minidev.ovh.api | |
| net.minidev.ovh.api.vps |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<OvhVpsOptionEnum> |
ApiOvhVps.serviceName_activeOptions_GET(String serviceName)
Deprecated.
|
ArrayList<OvhVpsOptionEnum> |
ApiOvhVps.serviceName_option_GET(String serviceName)
List of VPS options
REST: GET /vps/{serviceName}/option
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApiOvhVps.serviceName_option_option_DELETE(String serviceName,
OvhVpsOptionEnum option)
Release a given option
REST: DELETE /vps/{serviceName}/option/{option}
|
OvhOption |
ApiOvhVps.serviceName_option_option_GET(String serviceName,
OvhVpsOptionEnum option)
Get this object properties
REST: GET /vps/{serviceName}/option/{option}
|
| Modifier and Type | Field and Description |
|---|---|
OvhVpsOptionEnum[] |
OvhModel.availableOptions
canBeNull
|
OvhVpsOptionEnum |
OvhOption.option
The option name
canBeNull && readOnly
|
| Modifier and Type | Method and Description |
|---|---|
static OvhVpsOptionEnum |
OvhVpsOptionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhVpsOptionEnum[] |
OvhVpsOptionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.