/** * Copyright (c) 2015-2016 Inria * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * - Fawaz Paraiso <fawaz.paraiso@inria.fr> * - Philippe Merle <philippe.merle@inria.fr> */ package org.occiware.clouddesigner.occi.cloud; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Machine Soft Layer</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getProvider <em>Provider</em>}</li> * <li>{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getUsername <em>Username</em>}</li> * <li>{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getApi_key <em>Api key</em>}</li> * <li>{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getLocation_id <em>Location id</em>}</li> * <li>{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getImage_id <em>Image id</em>}</li> * <li>{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getDomain_name <em>Domain name</em>}</li> * <li>{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getDisk_type <em>Disk type</em>}</li> * <li>{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getTenant <em>Tenant</em>}</li> * <li>{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getEndpoint <em>Endpoint</em>}</li> * </ul> * * @see org.occiware.clouddesigner.occi.cloud.CloudPackage#getMachine_SoftLayer() * @model annotation="OCCIE2Ecore title='Machine on SoftLayer'" * @generated */ public interface Machine_SoftLayer extends Machine { /** * Returns the value of the '<em><b>Provider</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Provider</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Provider</em>' attribute. * @see #setProvider(String) * @see org.occiware.clouddesigner.occi.cloud.CloudPackage#getMachine_SoftLayer_Provider() * @model dataType="org.occiware.clouddesigner.occi.String" required="true" * annotation="OCCIE2Ecore description='null'" * @generated */ String getProvider(); /** * Sets the value of the '{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getProvider <em>Provider</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Provider</em>' attribute. * @see #getProvider() * @generated */ void setProvider(String value); /** * Returns the value of the '<em><b>Username</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Username</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Username</em>' attribute. * @see #setUsername(String) * @see org.occiware.clouddesigner.occi.cloud.CloudPackage#getMachine_SoftLayer_Username() * @model dataType="org.occiware.clouddesigner.occi.String" required="true" * annotation="OCCIE2Ecore description='null'" * @generated */ String getUsername(); /** * Sets the value of the '{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getUsername <em>Username</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Username</em>' attribute. * @see #getUsername() * @generated */ void setUsername(String value); /** * Returns the value of the '<em><b>Api key</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Api key</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Api key</em>' attribute. * @see #setApi_key(String) * @see org.occiware.clouddesigner.occi.cloud.CloudPackage#getMachine_SoftLayer_Api_key() * @model dataType="org.occiware.clouddesigner.occi.String" required="true" * annotation="OCCIE2Ecore description='null'" * @generated */ String getApi_key(); /** * Sets the value of the '{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getApi_key <em>Api key</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Api key</em>' attribute. * @see #getApi_key() * @generated */ void setApi_key(String value); /** * Returns the value of the '<em><b>Location id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Location id</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Location id</em>' attribute. * @see #setLocation_id(String) * @see org.occiware.clouddesigner.occi.cloud.CloudPackage#getMachine_SoftLayer_Location_id() * @model dataType="org.occiware.clouddesigner.occi.String" * annotation="OCCIE2Ecore description='null'" * @generated */ String getLocation_id(); /** * Sets the value of the '{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getLocation_id <em>Location id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Location id</em>' attribute. * @see #getLocation_id() * @generated */ void setLocation_id(String value); /** * Returns the value of the '<em><b>Image id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Image id</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Image id</em>' attribute. * @see #setImage_id(String) * @see org.occiware.clouddesigner.occi.cloud.CloudPackage#getMachine_SoftLayer_Image_id() * @model dataType="org.occiware.clouddesigner.occi.String" * annotation="OCCIE2Ecore description='null'" * @generated */ String getImage_id(); /** * Sets the value of the '{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getImage_id <em>Image id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Image id</em>' attribute. * @see #getImage_id() * @generated */ void setImage_id(String value); /** * Returns the value of the '<em><b>Domain name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Domain name</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Domain name</em>' attribute. * @see #setDomain_name(String) * @see org.occiware.clouddesigner.occi.cloud.CloudPackage#getMachine_SoftLayer_Domain_name() * @model dataType="org.occiware.clouddesigner.occi.String" * annotation="OCCIE2Ecore description='null'" * @generated */ String getDomain_name(); /** * Sets the value of the '{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getDomain_name <em>Domain name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Domain name</em>' attribute. * @see #getDomain_name() * @generated */ void setDomain_name(String value); /** * Returns the value of the '<em><b>Disk type</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Disk type</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Disk type</em>' attribute. * @see #setDisk_type(String) * @see org.occiware.clouddesigner.occi.cloud.CloudPackage#getMachine_SoftLayer_Disk_type() * @model dataType="org.occiware.clouddesigner.occi.String" * annotation="OCCIE2Ecore description='null'" * @generated */ String getDisk_type(); /** * Sets the value of the '{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getDisk_type <em>Disk type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Disk type</em>' attribute. * @see #getDisk_type() * @generated */ void setDisk_type(String value); /** * Returns the value of the '<em><b>Tenant</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Tenant</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Tenant</em>' attribute. * @see #setTenant(String) * @see org.occiware.clouddesigner.occi.cloud.CloudPackage#getMachine_SoftLayer_Tenant() * @model dataType="org.occiware.clouddesigner.occi.String" * annotation="OCCIE2Ecore description='null'" * @generated */ String getTenant(); /** * Sets the value of the '{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getTenant <em>Tenant</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Tenant</em>' attribute. * @see #getTenant() * @generated */ void setTenant(String value); /** * Returns the value of the '<em><b>Endpoint</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Endpoint</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Endpoint</em>' attribute. * @see #setEndpoint(String) * @see org.occiware.clouddesigner.occi.cloud.CloudPackage#getMachine_SoftLayer_Endpoint() * @model dataType="org.occiware.clouddesigner.occi.String" * annotation="OCCIE2Ecore description='null'" * @generated */ String getEndpoint(); /** * Sets the value of the '{@link org.occiware.clouddesigner.occi.cloud.Machine_SoftLayer#getEndpoint <em>Endpoint</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Endpoint</em>' attribute. * @see #getEndpoint() * @generated */ void setEndpoint(String value); } // Machine_SoftLayer