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

net.minidev.ovh.api.xdsl.templatemodem.OvhLAN Maven / Gradle / Ivy

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

import net.minidev.ovh.api.xdsl.xdslmodemconfig.OvhAddressingTypeEnum;

/**
 * LAN Configuration for Modem Template
 */
public class OvhLAN {
	/**
	 * How the LAN interface of the modem is getting its address
	 *
	 * canBeNull
	 */
	public OvhAddressingTypeEnum addressingType;

	/**
	 * The subnet mask of the LAN interface of the modem
	 *
	 * canBeNull
	 */
	public String subnetMask;

	/**
	 * The IP address of the LAN interface of the modem
	 *
	 * canBeNull
	 */
	public String IPAddress;

	/**
	 * Name of the LAN
	 *
	 * canBeNull
	 */
	public String lanName;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy