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

net.minidev.ovh.api.ip.OvhDestination Maven / Gradle / Ivy

package net.minidev.ovh.api.ip;

/**
 * A structure given service and its nexthops as a destination for failover ips
 */
public class OvhDestination {
	/**
	 * Service destination
	 *
	 * canBeNull
	 */
	public String service;

	/**
	 * Nexthops available on this service
	 *
	 * canBeNull
	 */
	public String[] nexthop;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy