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

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

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

/**
 * Describe the capabilities of the Access
 */
public class OvhAccessCapabilities {
	/**
	 * canBeNull
	 */
	public Boolean canResetDslamPort;

	/**
	 * canBeNull
	 */
	public Boolean hasDslamPort;

	/**
	 * canBeNull
	 */
	public Boolean canApplyLnsRateLimit;

	/**
	 * canBeNull
	 */
	public Boolean canChangeDslamProfile;

	/**
	 * canBeNull
	 */
	public Boolean canChangeLns;

	/**
	 * canBeNull
	 */
	public Boolean canGetRadiusConnectionLogs;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy