| Package | Description |
|---|---|
| net.minidev.ovh.api | |
| net.minidev.ovh.api.license |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<OvhOptionLabel> |
ApiOvhLicensevirtuozzo.serviceName_option_GET(String serviceName,
OvhOptionLabel label)
Options linked to this license
REST: GET /license/virtuozzo/{serviceName}/option
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<OvhOptionLabel> |
ApiOvhLicensevirtuozzo.serviceName_option_GET(String serviceName,
OvhOptionLabel label)
Options linked to this license
REST: GET /license/virtuozzo/{serviceName}/option
|
OvhTask |
ApiOvhLicensevirtuozzo.serviceName_option_label_DELETE(String serviceName,
OvhOptionLabel label)
release this Option
REST: DELETE /license/virtuozzo/{serviceName}/option/{label}
|
OvhOption |
ApiOvhLicensevirtuozzo.serviceName_option_label_GET(String serviceName,
OvhOptionLabel label)
Get this object properties
REST: GET /license/virtuozzo/{serviceName}/option/{label}
|
| Modifier and Type | Field and Description |
|---|---|
OvhOptionLabel |
OvhOption.label
This option designation
canBeNull && readOnly
|
| Modifier and Type | Method and Description |
|---|---|
static OvhOptionLabel |
OvhOptionLabel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhOptionLabel[] |
OvhOptionLabel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.