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

net.minidev.ovh.api.router.OvhRouter Maven / Gradle / Ivy

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

/**
 * Router
 */
public class OvhRouter {
	/**
	 * The internal name of your Router offer
	 *
	 * canBeNull && readOnly
	 */
	public String service;

	/**
	 * canBeNull && readOnly
	 */
	public String name;

	/**
	 * canBeNull && readOnly
	 */
	public OvhStatusEnum status;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy