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

net.minidev.ovh.api.vps.ip.OvhServiceStatusService Maven / Gradle / Ivy

package net.minidev.ovh.api.vps.ip;

/**
 * Port and state of a service on an IP
 */
public class OvhServiceStatusService {
	/**
	 * canBeNull
	 */
	public Long port;

	/**
	 * canBeNull
	 */
	public OvhServiceStatusStateEnum state;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy