
net.minidev.ovh.api.ip.OvhIpTask Maven / Gradle / Ivy
package net.minidev.ovh.api.ip;
import java.util.Date;
/**
* IP tasks
*/
public class OvhIpTask {
/**
* last update
*
* canBeNull && readOnly
*/
public Date lastUpdate;
/**
* Function name
*
* canBeNull && readOnly
*/
public OvhTaskFunctionEnum function;
/**
* Destination for moveFloatingIp tasks
*
* canBeNull && readOnly
*/
public OvhRoutedTo destination;
/**
* Details of this task
*
* canBeNull && readOnly
*/
public String comment;
/**
* Completion date
*
* canBeNull && readOnly
*/
public Date doneDate;
/**
* Task Creation date
*
* canBeNull && readOnly
*/
public Date startDate;
/**
* the id of the task
*
* canBeNull && readOnly
*/
public Long taskId;
/**
* Task status
*
* canBeNull && readOnly
*/
public OvhTaskStatusEnum status;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy