/*- * ============LICENSE_START========================================== * OPENECOMP - DCAE * =================================================================== * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. * =================================================================== * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END============================================ */ /** */ package org.openecomp.ncomp.openstack.neutron; /** * * A representation of the model object 'Security Rule'. * * *

* The following features are supported: *

*

* * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getNeutronSecurityRule() * @model * @generated */ public interface NeutronSecurityRule extends NeutronObject { /** * Returns the value of the 'Id' attribute. * *

* If the meaning of the 'Id' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Id' attribute. * @see #setId(String) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getNeutronSecurityRule_Id() * @model unique="false" * @generated */ String getId(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.NeutronSecurityRule#getId Id}' attribute. * * * @param value the new value of the 'Id' attribute. * @see #getId() * @generated */ void setId(String value); /** * Returns the value of the 'Direction' attribute. * *

* If the meaning of the 'Direction' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Direction' attribute. * @see #setDirection(String) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getNeutronSecurityRule_Direction() * @model unique="false" * @generated */ String getDirection(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.NeutronSecurityRule#getDirection Direction}' attribute. * * * @param value the new value of the 'Direction' attribute. * @see #getDirection() * @generated */ void setDirection(String value); /** * Returns the value of the 'Ethertype' attribute. * *

* If the meaning of the 'Ethertype' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Ethertype' attribute. * @see #setEthertype(String) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getNeutronSecurityRule_Ethertype() * @model unique="false" * @generated */ String getEthertype(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.NeutronSecurityRule#getEthertype Ethertype}' attribute. * * * @param value the new value of the 'Ethertype' attribute. * @see #getEthertype() * @generated */ void setEthertype(String value); /** * Returns the value of the 'Port range min' attribute. * *

* If the meaning of the 'Port range min' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Port range min' attribute. * @see #setPort_range_min(Integer) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getNeutronSecurityRule_Port_range_min() * @model unique="false" * @generated */ Integer getPort_range_min(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.NeutronSecurityRule#getPort_range_min Port range min}' attribute. * * * @param value the new value of the 'Port range min' attribute. * @see #getPort_range_min() * @generated */ void setPort_range_min(Integer value); /** * Returns the value of the 'Port range max' attribute. * *

* If the meaning of the 'Port range max' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Port range max' attribute. * @see #setPort_range_max(Integer) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getNeutronSecurityRule_Port_range_max() * @model unique="false" * @generated */ Integer getPort_range_max(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.NeutronSecurityRule#getPort_range_max Port range max}' attribute. * * * @param value the new value of the 'Port range max' attribute. * @see #getPort_range_max() * @generated */ void setPort_range_max(Integer value); /** * Returns the value of the 'Protocol' attribute. * *

* If the meaning of the 'Protocol' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Protocol' attribute. * @see #setProtocol(String) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getNeutronSecurityRule_Protocol() * @model unique="false" * @generated */ String getProtocol(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.NeutronSecurityRule#getProtocol Protocol}' attribute. * * * @param value the new value of the 'Protocol' attribute. * @see #getProtocol() * @generated */ void setProtocol(String value); /** * Returns the value of the 'Remote group id' attribute. * *

* If the meaning of the 'Remote group id' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Remote group id' attribute. * @see #setRemote_group_id(String) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getNeutronSecurityRule_Remote_group_id() * @model unique="false" * @generated */ String getRemote_group_id(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.NeutronSecurityRule#getRemote_group_id Remote group id}' attribute. * * * @param value the new value of the 'Remote group id' attribute. * @see #getRemote_group_id() * @generated */ void setRemote_group_id(String value); /** * Returns the value of the 'Remote ip prefix' attribute. * *

* If the meaning of the 'Remote ip prefix' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Remote ip prefix' attribute. * @see #setRemote_ip_prefix(String) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getNeutronSecurityRule_Remote_ip_prefix() * @model unique="false" * @generated */ String getRemote_ip_prefix(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.NeutronSecurityRule#getRemote_ip_prefix Remote ip prefix}' attribute. * * * @param value the new value of the 'Remote ip prefix' attribute. * @see #getRemote_ip_prefix() * @generated */ void setRemote_ip_prefix(String value); /** * Returns the value of the 'Security group id' attribute. * *

* If the meaning of the 'Security group id' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Security group id' attribute. * @see #setSecurity_group_id(String) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getNeutronSecurityRule_Security_group_id() * @model unique="false" * @generated */ String getSecurity_group_id(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.NeutronSecurityRule#getSecurity_group_id Security group id}' attribute. * * * @param value the new value of the 'Security group id' attribute. * @see #getSecurity_group_id() * @generated */ void setSecurity_group_id(String value); /** * Returns the value of the 'Tenant id' attribute. * *

* If the meaning of the 'Tenant id' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Tenant id' attribute. * @see #setTenant_id(String) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getNeutronSecurityRule_Tenant_id() * @model unique="false" * @generated */ String getTenant_id(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.NeutronSecurityRule#getTenant_id Tenant id}' attribute. * * * @param value the new value of the 'Tenant id' attribute. * @see #getTenant_id() * @generated */ void setTenant_id(String value); } // NeutronSecurityRule