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

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

package net.minidev.ovh.api.vps;

/**
 * Information about the options of a VPS Virtual Machine
 */
public class OvhOption {
	/**
	 * The state of the option
	 *
	 * canBeNull && readOnly
	 */
	public OvhVpsOptionStateEnum state;

	/**
	 * The option name
	 *
	 * canBeNull && readOnly
	 */
	public OvhVpsOptionEnum option;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy