| Package | Description |
|---|---|
| net.minidev.ovh.api | |
| net.minidev.ovh.api.deskaas |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Long> |
ApiOvhDeskaas.serviceName_task_GET(String serviceName,
OvhTaskStateEnum state)
Tasks associated with this Desktop As A Service
REST: GET /deskaas/{serviceName}/task
|
ArrayList<Long> |
ApiOvhDeskaas.serviceName_user_task_GET(String serviceName,
OvhTaskStateEnum state)
Tasks associated with this User
REST: GET /deskaas/{serviceName}/user/task
|
| Modifier and Type | Field and Description |
|---|---|
OvhTaskStateEnum |
OvhTask.state
Current Task state
canBeNull && readOnly
|
| Modifier and Type | Method and Description |
|---|---|
static OvhTaskStateEnum |
OvhTaskStateEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhTaskStateEnum[] |
OvhTaskStateEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.