public class OvhTask extends Object
| Modifier and Type | Field and Description |
|---|---|
OvhTaskActionEnum |
action
Operation type
canBeNull && readOnly
|
Date |
creationDate
Creation date of your operation
canBeNull && readOnly
|
Date |
doneDate
Done date of your operation
canBeNull && readOnly
|
Long |
id
Id of the operation
canBeNull && readOnly
|
Long |
progress
Operation progress percentage
canBeNull && readOnly
|
OvhTaskStatusEnum |
status
Current status of your operation
canBeNull && readOnly
|
String[] |
zones
Zone of your Load Balancer which are updated by current Task
canBeNull && readOnly
|
| Constructor and Description |
|---|
OvhTask() |
public Long progress
public OvhTaskActionEnum action
public Long id
public Date creationDate
public String[] zones
public Date doneDate
public OvhTaskStatusEnum status
Copyright © 2018. All rights reserved.