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

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

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

/**
 * DHCP Static Address
 */
public class OvhDHCPStaticAddress {
	/**
	 * The MAC address of the device
	 *
	 * canBeNull && readOnly
	 */
	public String MACAddress;

	/**
	 * Name of the DHCP Static lease
	 *
	 * canBeNull && readOnly
	 */
	public String name;

	/**
	 * The IP address of the device
	 *
	 * canBeNull && readOnly
	 */
	public String IPAddress;

	/**
	 * ID of the ongoing todo (NULL if none)
	 *
	 * canBeNull && readOnly
	 */
	public Long taskId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy