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

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

package net.minidev.ovh.api.vps;

import java.util.Date;

/**
 * Information about the snapshot of a VPS Virtual Machine
 */
public class OvhSnapshot {
	/**
	 * canBeNull && readOnly
	 */
	public String description;

	/**
	 * canBeNull && readOnly
	 */
	public Date creationDate;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy