/*- * ============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; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Subnet'. * * *

* The following features are supported: *

*

* * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getSubnet() * @model * @generated */ public interface Subnet 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#getSubnet_Id() * @model unique="false" * @generated */ String getId(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.Subnet#getId Id}' attribute. * * * @param value the new value of the 'Id' attribute. * @see #getId() * @generated */ void setId(String value); /** * Returns the value of the 'Name' attribute. * *

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

* * @return the value of the 'Name' attribute. * @see #setName(String) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getSubnet_Name() * @model unique="false" * @generated */ String getName(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.Subnet#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Status' attribute. * *

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

* * @return the value of the 'Status' attribute. * @see #setStatus(String) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getSubnet_Status() * @model unique="false" * @generated */ String getStatus(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.Subnet#getStatus Status}' attribute. * * * @param value the new value of the 'Status' attribute. * @see #getStatus() * @generated */ void setStatus(String value); /** * Returns the value of the 'Admin state up' attribute. * *

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

* * @return the value of the 'Admin state up' attribute. * @see #setAdmin_state_up(Boolean) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getSubnet_Admin_state_up() * @model unique="false" * @generated */ Boolean getAdmin_state_up(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.Subnet#getAdmin_state_up Admin state up}' attribute. * * * @param value the new value of the 'Admin state up' attribute. * @see #getAdmin_state_up() * @generated */ void setAdmin_state_up(Boolean value); /** * Returns the value of the 'Cidr' attribute. * *

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

* * @return the value of the 'Cidr' attribute. * @see #setCidr(String) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getSubnet_Cidr() * @model unique="false" * @generated */ String getCidr(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.Subnet#getCidr Cidr}' attribute. * * * @param value the new value of the 'Cidr' attribute. * @see #getCidr() * @generated */ void setCidr(String value); /** * Returns the value of the 'Allocation pools' containment reference list. * The list contents are of type {@link org.openecomp.ncomp.openstack.neutron.AllocationPool}. * *

* If the meaning of the 'Allocation pools' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Allocation pools' containment reference list. * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getSubnet_Allocation_pools() * @model containment="true" * @generated */ EList getAllocation_pools(); /** * Returns the value of the 'Dns nameservers' attribute list. * The list contents are of type {@link java.lang.String}. * *

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

* * @return the value of the 'Dns nameservers' attribute list. * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getSubnet_Dns_nameservers() * @model unique="false" * @generated */ EList getDns_nameservers(); /** * Returns the value of the 'Enable dhcp' attribute. * *

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

* * @return the value of the 'Enable dhcp' attribute. * @see #setEnable_dhcp(Boolean) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getSubnet_Enable_dhcp() * @model unique="false" * @generated */ Boolean getEnable_dhcp(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.Subnet#getEnable_dhcp Enable dhcp}' attribute. * * * @param value the new value of the 'Enable dhcp' attribute. * @see #getEnable_dhcp() * @generated */ void setEnable_dhcp(Boolean value); /** * Returns the value of the 'Gateway ip' attribute. * *

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

* * @return the value of the 'Gateway ip' attribute. * @see #setGateway_ip(String) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getSubnet_Gateway_ip() * @model unique="false" * @generated */ String getGateway_ip(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.Subnet#getGateway_ip Gateway ip}' attribute. * * * @param value the new value of the 'Gateway ip' attribute. * @see #getGateway_ip() * @generated */ void setGateway_ip(String value); /** * Returns the value of the 'Host routes' attribute list. * The list contents are of type {@link java.lang.String}. * *

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

* * @return the value of the 'Host routes' attribute list. * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getSubnet_Host_routes() * @model unique="false" * @generated */ EList getHost_routes(); /** * Returns the value of the 'Ip version' attribute. * *

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

* * @return the value of the 'Ip version' attribute. * @see #setIp_version(Integer) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getSubnet_Ip_version() * @model unique="false" * @generated */ Integer getIp_version(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.Subnet#getIp_version Ip version}' attribute. * * * @param value the new value of the 'Ip version' attribute. * @see #getIp_version() * @generated */ void setIp_version(Integer value); /** * Returns the value of the 'Network id' attribute. * *

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

* * @return the value of the 'Network id' attribute. * @see #setNetwork_id(String) * @see org.openecomp.ncomp.openstack.neutron.NeutronPackage#getSubnet_Network_id() * @model unique="false" * @generated */ String getNetwork_id(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.Subnet#getNetwork_id Network id}' attribute. * * * @param value the new value of the 'Network id' attribute. * @see #getNetwork_id() * @generated */ void setNetwork_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#getSubnet_Tenant_id() * @model unique="false" * @generated */ String getTenant_id(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.neutron.Subnet#getTenant_id Tenant id}' attribute. * * * @param value the new value of the 'Tenant id' attribute. * @see #getTenant_id() * @generated */ void setTenant_id(String value); } // Subnet