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

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

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

import java.util.Date;

/**
 * Informations about the extra IP range during address move
 */
public class OvhExtraIpRangeMove {
	/**
	 * Date of the migration
	 *
	 * canBeNull
	 */
	public Date date;

	/**
	 * IP range to migrate
	 *
	 * canBeNull
	 */
	public String ipRange;

	/**
	 * Access where the IP range will be moved to
	 *
	 * canBeNull
	 */
	public String moveTo;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy