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

net.minidev.ovh.api.ip.OvhGameMitigationRule Maven / Gradle / Ivy

package net.minidev.ovh.api.ip;

import net.minidev.ovh.api.complextype.OvhRange;

/**
 * Rule on ip:ports
 */
public class OvhGameMitigationRule {
	/**
	 * canBeNull && readOnly
	 */
	public OvhGameMitigationRuleProtocolEnum protocol;

	/**
	 * Current state of your rule
	 *
	 * canBeNull && readOnly
	 */
	public OvhGameMitigationRuleStateEnum state;

	/**
	 * ID of the rule
	 *
	 * canBeNull && readOnly
	 */
	public Long id;

	/**
	 * canBeNull && readOnly
	 */
	public OvhRange ports;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy