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

org.openstack4j.openstack.networking.domain.ext.NeutronFirewallPolicyRule Maven / Gradle / Ivy

package org.openstack4j.openstack.networking.domain.ext;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

/**
 * A Neutron Firewall (FwaaS) : Firewall Policy Entity.
 * 
 * 

This is the child class of {@link AbstractNeutronFirewallPolicy} which is used by `rule_insert/rule_remove` calls * - which doesn't require JsonRootName firewall_policy.

* * @see AbstractNeutronFirewallPolicy * * @author Vishvesh Deshmukh */ @JsonIgnoreProperties(ignoreUnknown = true) public class NeutronFirewallPolicyRule extends AbstractNeutronFirewallPolicy { private static final long serialVersionUID = 1L; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy