All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minidev.ovh.api.vps.OvhTask Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
package net.minidev.ovh.api.vps;

/**
 * Operation on a VPS Virtual Machine
 */
public class OvhTask {
	/**
	 * canBeNull && readOnly
	 */
	public Long progress;

	/**
	 * canBeNull && readOnly
	 */
	public Long id;

	/**
	 * canBeNull && readOnly
	 */
	public OvhTaskStateEnum state;

	/**
	 * canBeNull && readOnly
	 */
	public OvhTaskTypeEnum type;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy