/*- * ============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.compute; import org.openecomp.ncomp.core.NamedEntity; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Volume'. * * *

* The following features are supported: *

* * * @see org.openecomp.ncomp.openstack.compute.ComputePackage#getVolume() * @model * @generated */ public interface Volume extends NamedEntity { /** * 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.compute.ComputePackage#getVolume_Status() * @model unique="false" * @generated */ String getStatus(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.compute.Volume#getStatus Status}' attribute. * * * @param value the new value of the 'Status' attribute. * @see #getStatus() * @generated */ void setStatus(String value); /** * Returns the value of the 'Display name' attribute. * *

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

* * @return the value of the 'Display name' attribute. * @see #setDisplay_name(String) * @see org.openecomp.ncomp.openstack.compute.ComputePackage#getVolume_Display_name() * @model unique="false" * @generated */ String getDisplay_name(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.compute.Volume#getDisplay_name Display name}' attribute. * * * @param value the new value of the 'Display name' attribute. * @see #getDisplay_name() * @generated */ void setDisplay_name(String value); /** * Returns the value of the 'Attachments' containment reference list. * The list contents are of type {@link org.openecomp.ncomp.openstack.compute.VolumeAttachment}. * *

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

* * @return the value of the 'Attachments' containment reference list. * @see org.openecomp.ncomp.openstack.compute.ComputePackage#getVolume_Attachments() * @model containment="true" * @generated */ EList getAttachments(); /** * Returns the value of the 'Availability zone' attribute. * *

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

* * @return the value of the 'Availability zone' attribute. * @see #setAvailability_zone(String) * @see org.openecomp.ncomp.openstack.compute.ComputePackage#getVolume_Availability_zone() * @model unique="false" * @generated */ String getAvailability_zone(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.compute.Volume#getAvailability_zone Availability zone}' attribute. * * * @param value the new value of the 'Availability zone' attribute. * @see #getAvailability_zone() * @generated */ void setAvailability_zone(String value); /** * Returns the value of the 'Created at' attribute. * *

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

* * @return the value of the 'Created at' attribute. * @see #setCreated_at(String) * @see org.openecomp.ncomp.openstack.compute.ComputePackage#getVolume_Created_at() * @model unique="false" * @generated */ String getCreated_at(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.compute.Volume#getCreated_at Created at}' attribute. * * * @param value the new value of the 'Created at' attribute. * @see #getCreated_at() * @generated */ void setCreated_at(String value); /** * Returns the value of the 'Volume type' attribute. * *

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

* * @return the value of the 'Volume type' attribute. * @see #setVolume_type(String) * @see org.openecomp.ncomp.openstack.compute.ComputePackage#getVolume_Volume_type() * @model unique="false" * @generated */ String getVolume_type(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.compute.Volume#getVolume_type Volume type}' attribute. * * * @param value the new value of the 'Volume type' attribute. * @see #getVolume_type() * @generated */ void setVolume_type(String value); /** * Returns the value of the 'Metadata' containment reference list. * The list contents are of type {@link org.openecomp.ncomp.openstack.compute.Metadata}. * *

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

* * @return the value of the 'Metadata' containment reference list. * @see org.openecomp.ncomp.openstack.compute.ComputePackage#getVolume_Metadata() * @model containment="true" * @generated */ EList getMetadata(); /** * 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.compute.ComputePackage#getVolume_Id() * @model unique="false" * @generated */ String getId(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.compute.Volume#getId Id}' attribute. * * * @param value the new value of the 'Id' attribute. * @see #getId() * @generated */ void setId(String value); /** * Returns the value of the 'Size' attribute. * *

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

* * @return the value of the 'Size' attribute. * @see #setSize(int) * @see org.openecomp.ncomp.openstack.compute.ComputePackage#getVolume_Size() * @model unique="false" * @generated */ int getSize(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.compute.Volume#getSize Size}' attribute. * * * @param value the new value of the 'Size' attribute. * @see #getSize() * @generated */ void setSize(int value); /** * Returns the value of the 'Snapshot id' attribute. * *

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

* * @return the value of the 'Snapshot id' attribute. * @see #setSnapshot_id(String) * @see org.openecomp.ncomp.openstack.compute.ComputePackage#getVolume_Snapshot_id() * @model unique="false" * @generated */ String getSnapshot_id(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.compute.Volume#getSnapshot_id Snapshot id}' attribute. * * * @param value the new value of the 'Snapshot id' attribute. * @see #getSnapshot_id() * @generated */ void setSnapshot_id(String value); /** * Returns the value of the 'Display description' attribute. * *

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

* * @return the value of the 'Display description' attribute. * @see #setDisplay_description(String) * @see org.openecomp.ncomp.openstack.compute.ComputePackage#getVolume_Display_description() * @model unique="false" * @generated */ String getDisplay_description(); /** * Sets the value of the '{@link org.openecomp.ncomp.openstack.compute.Volume#getDisplay_description Display description}' attribute. * * * @param value the new value of the 'Display description' attribute. * @see #getDisplay_description() * @generated */ void setDisplay_description(String value); } // Volume