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

net.minidev.ovh.api.vrack.OvhDedicatedServer Maven / Gradle / Ivy

The newest version!
package net.minidev.ovh.api.vrack;

/**
 * vrack dedicated server interfaces
 */
public class OvhDedicatedServer {
	/**
	 * Dedicated Server
	 *
	 * canBeNull && readOnly
	 */
	public String dedicatedServer;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy