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

net.minidev.ovh.api.xdsl.OvhPPPMigrationInfo Maven / Gradle / Ivy

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

/**
 * information about availabilities to migrate in PPP
 */
public class OvhPPPMigrationInfo {
	/**
	 * some information if you can not migrate
	 *
	 * canBeNull
	 */
	public String reason;

	/**
	 * boolean to know if the access can migrate
	 *
	 * canBeNull
	 */
	public Boolean canMigrate;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy