/*- * ============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.docker; import org.openecomp.ncomp.core.CorePackage; import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EOperation; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.EReference; /** * * The Package for the model. * It contains accessors for the meta objects to represent * * * @see org.openecomp.ncomp.docker.DockerFactory * @model kind="package" * annotation="http://www.eclipse.org/emf/2002/GenModel modelDirectory='/ncomp-docker-model/src/main/xcore-gen' basePackage='org.openecomp.ncomp'" * @generated */ public interface DockerPackage extends EPackage { /** * The package name. * * * @generated */ String eNAME = "docker"; /** * The package namespace URI. * * * @generated */ String eNS_URI = "org.openecomp.ncomp.docker"; /** * The package namespace name. * * * @generated */ String eNS_PREFIX = "docker"; /** * The singleton instance of the package. * * * @generated */ DockerPackage eINSTANCE = org.openecomp.ncomp.docker.impl.DockerPackageImpl.init(); /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.DockerAdaptorImpl Adaptor}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerAdaptorImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerAdaptor() * @generated */ int DOCKER_ADAPTOR = 0; /** * The feature id for the 'Docker Hosts' containment reference list. * * * @generated * @ordered */ int DOCKER_ADAPTOR__DOCKER_HOSTS = 0; /** * The number of structural features of the 'Adaptor' class. * * * @generated * @ordered */ int DOCKER_ADAPTOR_FEATURE_COUNT = 1; /** * The number of operations of the 'Adaptor' class. * * * @generated * @ordered */ int DOCKER_ADAPTOR_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.DockerHostImpl Host}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerHostImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerHost() * @generated */ int DOCKER_HOST = 1; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int DOCKER_HOST__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int DOCKER_HOST__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int DOCKER_HOST__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int DOCKER_HOST__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Url' attribute. * * * @generated * @ordered */ int DOCKER_HOST__URL = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Polling Frequency' attribute. * * * @generated * @ordered */ int DOCKER_HOST__POLLING_FREQUENCY = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Remote' attribute. * * * @generated * @ordered */ int DOCKER_HOST__REMOTE = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Images' containment reference list. * * * @generated * @ordered */ int DOCKER_HOST__IMAGES = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Containers' containment reference list. * * * @generated * @ordered */ int DOCKER_HOST__CONTAINERS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Networks' containment reference list. * * * @generated * @ordered */ int DOCKER_HOST__NETWORKS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 5; /** * The number of structural features of the 'Host' class. * * * @generated * @ordered */ int DOCKER_HOST_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 6; /** * The operation id for the 'Poll' operation. * * * @generated * @ordered */ int DOCKER_HOST___POLL = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The operation id for the 'Start Container' operation. * * * @generated * @ordered */ int DOCKER_HOST___START_CONTAINER__STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 1; /** * The operation id for the 'Stop Container' operation. * * * @generated * @ordered */ int DOCKER_HOST___STOP_CONTAINER__STRING_INT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 2; /** * The operation id for the 'Restart Container' operation. * * * @generated * @ordered */ int DOCKER_HOST___RESTART_CONTAINER__STRING_INT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 3; /** * The operation id for the 'Pause Container' operation. * * * @generated * @ordered */ int DOCKER_HOST___PAUSE_CONTAINER__STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 4; /** * The operation id for the 'Unpause Container' operation. * * * @generated * @ordered */ int DOCKER_HOST___UNPAUSE_CONTAINER__STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 5; /** * The operation id for the 'Remove Container' operation. * * * @generated * @ordered */ int DOCKER_HOST___REMOVE_CONTAINER__STRING_BOOLEAN_BOOLEAN = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 6; /** * The operation id for the 'Inspect Container' operation. * * * @generated * @ordered */ int DOCKER_HOST___INSPECT_CONTAINER__STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 7; /** * The operation id for the 'Kill Container' operation. * * * @generated * @ordered */ int DOCKER_HOST___KILL_CONTAINER__STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 8; /** * The operation id for the 'Docker Run' operation. * * * @generated * @ordered */ int DOCKER_HOST___DOCKER_RUN__STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 9; /** * The operation id for the 'Docker Run With Name' operation. * * * @generated * @ordered */ int DOCKER_HOST___DOCKER_RUN_WITH_NAME__STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 10; /** * The operation id for the 'Docker Run With Options' operation. * * * @generated * @ordered */ int DOCKER_HOST___DOCKER_RUN_WITH_OPTIONS__STRING_CONTAINEROPTIONS = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 11; /** * The operation id for the 'Container Stats' operation. * * * @generated * @ordered */ int DOCKER_HOST___CONTAINER_STATS__STRING_BOOLEAN = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 12; /** * The operation id for the 'Container Processes' operation. * * * @generated * @ordered */ int DOCKER_HOST___CONTAINER_PROCESSES__STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 13; /** * The number of operations of the 'Host' class. * * * @generated * @ordered */ int DOCKER_HOST_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 14; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.DockerImageImpl Image}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerImageImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerImage() * @generated */ int DOCKER_IMAGE = 2; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int DOCKER_IMAGE__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int DOCKER_IMAGE__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int DOCKER_IMAGE__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int DOCKER_IMAGE__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Id' attribute. * * * @generated * @ordered */ int DOCKER_IMAGE__ID = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Parent Id' attribute. * * * @generated * @ordered */ int DOCKER_IMAGE__PARENT_ID = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Repo Tags' attribute list. * * * @generated * @ordered */ int DOCKER_IMAGE__REPO_TAGS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Repo Digests' attribute list. * * * @generated * @ordered */ int DOCKER_IMAGE__REPO_DIGESTS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Docker Created' attribute. * * * @generated * @ordered */ int DOCKER_IMAGE__DOCKER_CREATED = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Size' attribute. * * * @generated * @ordered */ int DOCKER_IMAGE__SIZE = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 5; /** * The feature id for the 'Virtual Size' attribute. * * * @generated * @ordered */ int DOCKER_IMAGE__VIRTUAL_SIZE = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 6; /** * The feature id for the 'Labels' attribute list. * * * @generated * @ordered */ int DOCKER_IMAGE__LABELS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 7; /** * The number of structural features of the 'Image' class. * * * @generated * @ordered */ int DOCKER_IMAGE_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 8; /** * The number of operations of the 'Image' class. * * * @generated * @ordered */ int DOCKER_IMAGE_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.DockerContainerImpl Container}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerContainerImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerContainer() * @generated */ int DOCKER_CONTAINER = 3; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int DOCKER_CONTAINER__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int DOCKER_CONTAINER__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int DOCKER_CONTAINER__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int DOCKER_CONTAINER__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Id' attribute. * * * @generated * @ordered */ int DOCKER_CONTAINER__ID = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Names' attribute list. * * * @generated * @ordered */ int DOCKER_CONTAINER__NAMES = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Image' attribute. * * * @generated * @ordered */ int DOCKER_CONTAINER__IMAGE = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Image ID' attribute. * * * @generated * @ordered */ int DOCKER_CONTAINER__IMAGE_ID = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Command' attribute. * * * @generated * @ordered */ int DOCKER_CONTAINER__COMMAND = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Docker Created' attribute. * * * @generated * @ordered */ int DOCKER_CONTAINER__DOCKER_CREATED = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 5; /** * The feature id for the 'Ports' containment reference list. * * * @generated * @ordered */ int DOCKER_CONTAINER__PORTS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 6; /** * The feature id for the 'Labels' containment reference list. * * * @generated * @ordered */ int DOCKER_CONTAINER__LABELS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 7; /** * The feature id for the 'Status' attribute. * * * @generated * @ordered */ int DOCKER_CONTAINER__STATUS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 8; /** * The feature id for the 'Host Config' containment reference list. * * * @generated * @ordered */ int DOCKER_CONTAINER__HOST_CONFIG = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 9; /** * The feature id for the 'Processes' containment reference list. * * * @generated * @ordered */ int DOCKER_CONTAINER__PROCESSES = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 10; /** * The feature id for the 'Mounts' containment reference list. * * * @generated * @ordered */ int DOCKER_CONTAINER__MOUNTS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 11; /** * The feature id for the 'Stats' containment reference. * * * @generated * @ordered */ int DOCKER_CONTAINER__STATS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 12; /** * The feature id for the 'Events' containment reference list. * * * @generated * @ordered */ int DOCKER_CONTAINER__EVENTS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 13; /** * The number of structural features of the 'Container' class. * * * @generated * @ordered */ int DOCKER_CONTAINER_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 14; /** * The number of operations of the 'Container' class. * * * @generated * @ordered */ int DOCKER_CONTAINER_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.DockerPortImpl Port}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerPortImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerPort() * @generated */ int DOCKER_PORT = 4; /** * The feature id for the 'Private Port' attribute. * * * @generated * @ordered */ int DOCKER_PORT__PRIVATE_PORT = 0; /** * The feature id for the 'Public Port' attribute. * * * @generated * @ordered */ int DOCKER_PORT__PUBLIC_PORT = 1; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int DOCKER_PORT__TYPE = 2; /** * The number of structural features of the 'Port' class. * * * @generated * @ordered */ int DOCKER_PORT_FEATURE_COUNT = 3; /** * The number of operations of the 'Port' class. * * * @generated * @ordered */ int DOCKER_PORT_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.DockerKeyPairImpl Key Pair}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerKeyPairImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerKeyPair() * @generated */ int DOCKER_KEY_PAIR = 5; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int DOCKER_KEY_PAIR__NAME = 0; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int DOCKER_KEY_PAIR__VALUE = 1; /** * The number of structural features of the 'Key Pair' class. * * * @generated * @ordered */ int DOCKER_KEY_PAIR_FEATURE_COUNT = 2; /** * The number of operations of the 'Key Pair' class. * * * @generated * @ordered */ int DOCKER_KEY_PAIR_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.DockerMountImpl Mount}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerMountImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerMount() * @generated */ int DOCKER_MOUNT = 6; /** * The feature id for the 'Source' attribute. * * * @generated * @ordered */ int DOCKER_MOUNT__SOURCE = 0; /** * The feature id for the 'Destination' attribute. * * * @generated * @ordered */ int DOCKER_MOUNT__DESTINATION = 1; /** * The feature id for the 'Mode' attribute. * * * @generated * @ordered */ int DOCKER_MOUNT__MODE = 2; /** * The feature id for the 'RW' attribute. * * * @generated * @ordered */ int DOCKER_MOUNT__RW = 3; /** * The feature id for the 'Propagation' attribute. * * * @generated * @ordered */ int DOCKER_MOUNT__PROPAGATION = 4; /** * The number of structural features of the 'Mount' class. * * * @generated * @ordered */ int DOCKER_MOUNT_FEATURE_COUNT = 5; /** * The number of operations of the 'Mount' class. * * * @generated * @ordered */ int DOCKER_MOUNT_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.ContainerOptionsImpl Container Options}' class. * * * @see org.openecomp.ncomp.docker.impl.ContainerOptionsImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getContainerOptions() * @generated */ int CONTAINER_OPTIONS = 7; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int CONTAINER_OPTIONS__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int CONTAINER_OPTIONS__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int CONTAINER_OPTIONS__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int CONTAINER_OPTIONS__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Image Nm' attribute. * * * @generated * @ordered */ int CONTAINER_OPTIONS__IMAGE_NM = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Env' attribute list. * * * @generated * @ordered */ int CONTAINER_OPTIONS__ENV = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Volumes' attribute list. * * * @generated * @ordered */ int CONTAINER_OPTIONS__VOLUMES = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Links' attribute list. * * * @generated * @ordered */ int CONTAINER_OPTIONS__LINKS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Set Container Name' attribute. * * * @generated * @ordered */ int CONTAINER_OPTIONS__SET_CONTAINER_NAME = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Publish All Ports' attribute. * * * @generated * @ordered */ int CONTAINER_OPTIONS__PUBLISH_ALL_PORTS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 5; /** * The feature id for the 'Port Bindings' containment reference list. * * * @generated * @ordered */ int CONTAINER_OPTIONS__PORT_BINDINGS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 6; /** * The feature id for the 'Auto Restart' containment reference. * * * @generated * @ordered */ int CONTAINER_OPTIONS__AUTO_RESTART = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 7; /** * The number of structural features of the 'Container Options' class. * * * @generated * @ordered */ int CONTAINER_OPTIONS_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 8; /** * The number of operations of the 'Container Options' class. * * * @generated * @ordered */ int CONTAINER_OPTIONS_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.ContainerRestartPolicyImpl Container Restart Policy}' class. * * * @see org.openecomp.ncomp.docker.impl.ContainerRestartPolicyImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getContainerRestartPolicy() * @generated */ int CONTAINER_RESTART_POLICY = 8; /** * The feature id for the 'Nm' attribute. * * * @generated * @ordered */ int CONTAINER_RESTART_POLICY__NM = 0; /** * The feature id for the 'Max Retry Cnt' attribute. * * * @generated * @ordered */ int CONTAINER_RESTART_POLICY__MAX_RETRY_CNT = 1; /** * The number of structural features of the 'Container Restart Policy' class. * * * @generated * @ordered */ int CONTAINER_RESTART_POLICY_FEATURE_COUNT = 2; /** * The number of operations of the 'Container Restart Policy' class. * * * @generated * @ordered */ int CONTAINER_RESTART_POLICY_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.ContainerPortBindingsImpl Container Port Bindings}' class. * * * @see org.openecomp.ncomp.docker.impl.ContainerPortBindingsImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getContainerPortBindings() * @generated */ int CONTAINER_PORT_BINDINGS = 9; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int CONTAINER_PORT_BINDINGS__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int CONTAINER_PORT_BINDINGS__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int CONTAINER_PORT_BINDINGS__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int CONTAINER_PORT_BINDINGS__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Container Port' attribute. * * * @generated * @ordered */ int CONTAINER_PORT_BINDINGS__CONTAINER_PORT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Protocol' attribute. * * * @generated * @ordered */ int CONTAINER_PORT_BINDINGS__PROTOCOL = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Vm Port' attribute. * * * @generated * @ordered */ int CONTAINER_PORT_BINDINGS__VM_PORT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 2; /** * The number of structural features of the 'Container Port Bindings' class. * * * @generated * @ordered */ int CONTAINER_PORT_BINDINGS_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 3; /** * The number of operations of the 'Container Port Bindings' class. * * * @generated * @ordered */ int CONTAINER_PORT_BINDINGS_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.DockerNetworkImpl Network}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerNetworkImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerNetwork() * @generated */ int DOCKER_NETWORK = 10; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int DOCKER_NETWORK__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int DOCKER_NETWORK__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int DOCKER_NETWORK__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int DOCKER_NETWORK__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Id' attribute. * * * @generated * @ordered */ int DOCKER_NETWORK__ID = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Scope' attribute. * * * @generated * @ordered */ int DOCKER_NETWORK__SCOPE = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Driver' attribute. * * * @generated * @ordered */ int DOCKER_NETWORK__DRIVER = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'IPAM' containment reference. * * * @generated * @ordered */ int DOCKER_NETWORK__IPAM = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Containers' containment reference list. * * * @generated * @ordered */ int DOCKER_NETWORK__CONTAINERS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Options' containment reference list. * * * @generated * @ordered */ int DOCKER_NETWORK__OPTIONS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 5; /** * The number of structural features of the 'Network' class. * * * @generated * @ordered */ int DOCKER_NETWORK_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 6; /** * The number of operations of the 'Network' class. * * * @generated * @ordered */ int DOCKER_NETWORK_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.DockerIpamImpl Ipam}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerIpamImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerIpam() * @generated */ int DOCKER_IPAM = 11; /** * The feature id for the 'Driver' attribute. * * * @generated * @ordered */ int DOCKER_IPAM__DRIVER = 0; /** * The feature id for the 'Config' containment reference list. * * * @generated * @ordered */ int DOCKER_IPAM__CONFIG = 1; /** * The number of structural features of the 'Ipam' class. * * * @generated * @ordered */ int DOCKER_IPAM_FEATURE_COUNT = 2; /** * The number of operations of the 'Ipam' class. * * * @generated * @ordered */ int DOCKER_IPAM_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.DockerIpamConfigImpl Ipam Config}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerIpamConfigImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerIpamConfig() * @generated */ int DOCKER_IPAM_CONFIG = 12; /** * The feature id for the 'Subnet' attribute. * * * @generated * @ordered */ int DOCKER_IPAM_CONFIG__SUBNET = 0; /** * The number of structural features of the 'Ipam Config' class. * * * @generated * @ordered */ int DOCKER_IPAM_CONFIG_FEATURE_COUNT = 1; /** * The number of operations of the 'Ipam Config' class. * * * @generated * @ordered */ int DOCKER_IPAM_CONFIG_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.DockerNetworkContainerImpl Network Container}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerNetworkContainerImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerNetworkContainer() * @generated */ int DOCKER_NETWORK_CONTAINER = 13; /** * The feature id for the 'Id' attribute. * * * @generated * @ordered */ int DOCKER_NETWORK_CONTAINER__ID = 0; /** * The feature id for the 'IPv4 Address' attribute. * * * @generated * @ordered */ int DOCKER_NETWORK_CONTAINER__IPV4_ADDRESS = 1; /** * The feature id for the 'IPv6 Address' attribute. * * * @generated * @ordered */ int DOCKER_NETWORK_CONTAINER__IPV6_ADDRESS = 2; /** * The feature id for the 'Endpoint ID' attribute. * * * @generated * @ordered */ int DOCKER_NETWORK_CONTAINER__ENDPOINT_ID = 3; /** * The feature id for the 'Mac Address' attribute. * * * @generated * @ordered */ int DOCKER_NETWORK_CONTAINER__MAC_ADDRESS = 4; /** * The number of structural features of the 'Network Container' class. * * * @generated * @ordered */ int DOCKER_NETWORK_CONTAINER_FEATURE_COUNT = 5; /** * The number of operations of the 'Network Container' class. * * * @generated * @ordered */ int DOCKER_NETWORK_CONTAINER_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.DockerEventsImpl Events}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerEventsImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerEvents() * @generated */ int DOCKER_EVENTS = 14; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int DOCKER_EVENTS__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int DOCKER_EVENTS__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int DOCKER_EVENTS__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int DOCKER_EVENTS__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Status' attribute. * * * @generated * @ordered */ int DOCKER_EVENTS__STATUS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Id' attribute. * * * @generated * @ordered */ int DOCKER_EVENTS__ID = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int DOCKER_EVENTS__TYPE = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Action' attribute. * * * @generated * @ordered */ int DOCKER_EVENTS__ACTION = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Actor' containment reference. * * * @generated * @ordered */ int DOCKER_EVENTS__ACTOR = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Time' attribute. * * * @generated * @ordered */ int DOCKER_EVENTS__TIME = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 5; /** * The feature id for the 'Timenano' attribute. * * * @generated * @ordered */ int DOCKER_EVENTS__TIMENANO = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 6; /** * The number of structural features of the 'Events' class. * * * @generated * @ordered */ int DOCKER_EVENTS_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 7; /** * The number of operations of the 'Events' class. * * * @generated * @ordered */ int DOCKER_EVENTS_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.DockerActorImpl Actor}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerActorImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerActor() * @generated */ int DOCKER_ACTOR = 15; /** * The feature id for the 'Id' attribute. * * * @generated * @ordered */ int DOCKER_ACTOR__ID = 0; /** * The feature id for the 'Attributes' containment reference. * * * @generated * @ordered */ int DOCKER_ACTOR__ATTRIBUTES = 1; /** * The number of structural features of the 'Actor' class. * * * @generated * @ordered */ int DOCKER_ACTOR_FEATURE_COUNT = 2; /** * The number of operations of the 'Actor' class. * * * @generated * @ordered */ int DOCKER_ACTOR_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.DockerActorAttributesImpl Actor Attributes}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerActorAttributesImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerActorAttributes() * @generated */ int DOCKER_ACTOR_ATTRIBUTES = 16; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int DOCKER_ACTOR_ATTRIBUTES__NAME = 0; /** * The number of structural features of the 'Actor Attributes' class. * * * @generated * @ordered */ int DOCKER_ACTOR_ATTRIBUTES_FEATURE_COUNT = 1; /** * The number of operations of the 'Actor Attributes' class. * * * @generated * @ordered */ int DOCKER_ACTOR_ATTRIBUTES_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.DockerCreateRequestImpl Create Request}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerCreateRequestImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerCreateRequest() * @generated */ int DOCKER_CREATE_REQUEST = 17; /** * The feature id for the 'Hostname' attribute. * * * @generated * @ordered */ int DOCKER_CREATE_REQUEST__HOSTNAME = 0; /** * The feature id for the 'Cmd' attribute list. * * * @generated * @ordered */ int DOCKER_CREATE_REQUEST__CMD = 1; /** * The number of structural features of the 'Create Request' class. * * * @generated * @ordered */ int DOCKER_CREATE_REQUEST_FEATURE_COUNT = 2; /** * The number of operations of the 'Create Request' class. * * * @generated * @ordered */ int DOCKER_CREATE_REQUEST_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.DockerProcessImpl Process}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerProcessImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerProcess() * @generated */ int DOCKER_PROCESS = 18; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int DOCKER_PROCESS__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int DOCKER_PROCESS__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int DOCKER_PROCESS__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int DOCKER_PROCESS__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'User' attribute. * * * @generated * @ordered */ int DOCKER_PROCESS__USER = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Pid' attribute. * * * @generated * @ordered */ int DOCKER_PROCESS__PID = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Cpu' attribute. * * * @generated * @ordered */ int DOCKER_PROCESS__CPU = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Mem' attribute. * * * @generated * @ordered */ int DOCKER_PROCESS__MEM = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Vsz' attribute. * * * @generated * @ordered */ int DOCKER_PROCESS__VSZ = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 4; /** * The feature id for the 'Rss' attribute. * * * @generated * @ordered */ int DOCKER_PROCESS__RSS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 5; /** * The feature id for the 'Tty' attribute. * * * @generated * @ordered */ int DOCKER_PROCESS__TTY = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 6; /** * The feature id for the 'Stat' attribute. * * * @generated * @ordered */ int DOCKER_PROCESS__STAT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 7; /** * The feature id for the 'Start' attribute. * * * @generated * @ordered */ int DOCKER_PROCESS__START = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 8; /** * The feature id for the 'Time Elapsed' attribute. * * * @generated * @ordered */ int DOCKER_PROCESS__TIME_ELAPSED = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 9; /** * The feature id for the 'Command' attribute. * * * @generated * @ordered */ int DOCKER_PROCESS__COMMAND = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 10; /** * The number of structural features of the 'Process' class. * * * @generated * @ordered */ int DOCKER_PROCESS_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 11; /** * The number of operations of the 'Process' class. * * * @generated * @ordered */ int DOCKER_PROCESS_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.DockerContainerStatsImpl Container Stats}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerContainerStatsImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerContainerStats() * @generated */ int DOCKER_CONTAINER_STATS = 19; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int DOCKER_CONTAINER_STATS__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int DOCKER_CONTAINER_STATS__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int DOCKER_CONTAINER_STATS__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int DOCKER_CONTAINER_STATS__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Networks' containment reference list. * * * @generated * @ordered */ int DOCKER_CONTAINER_STATS__NETWORKS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Memory' containment reference. * * * @generated * @ordered */ int DOCKER_CONTAINER_STATS__MEMORY = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Cpu' containment reference. * * * @generated * @ordered */ int DOCKER_CONTAINER_STATS__CPU = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Last Read' attribute. * * * @generated * @ordered */ int DOCKER_CONTAINER_STATS__LAST_READ = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 3; /** * The number of structural features of the 'Container Stats' class. * * * @generated * @ordered */ int DOCKER_CONTAINER_STATS_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 4; /** * The number of operations of the 'Container Stats' class. * * * @generated * @ordered */ int DOCKER_CONTAINER_STATS_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.ContainerNetworkStatsImpl Container Network Stats}' class. * * * @see org.openecomp.ncomp.docker.impl.ContainerNetworkStatsImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getContainerNetworkStats() * @generated */ int CONTAINER_NETWORK_STATS = 20; /** * The feature id for the 'Intf' attribute. * * * @generated * @ordered */ int CONTAINER_NETWORK_STATS__INTF = 0; /** * The feature id for the 'Rx bytes' attribute. * * * @generated * @ordered */ int CONTAINER_NETWORK_STATS__RX_BYTES = 1; /** * The feature id for the 'Rx dropped' attribute. * * * @generated * @ordered */ int CONTAINER_NETWORK_STATS__RX_DROPPED = 2; /** * The feature id for the 'Rx errors' attribute. * * * @generated * @ordered */ int CONTAINER_NETWORK_STATS__RX_ERRORS = 3; /** * The feature id for the 'Rx packets' attribute. * * * @generated * @ordered */ int CONTAINER_NETWORK_STATS__RX_PACKETS = 4; /** * The feature id for the 'Tx bytes' attribute. * * * @generated * @ordered */ int CONTAINER_NETWORK_STATS__TX_BYTES = 5; /** * The feature id for the 'Tx dropped' attribute. * * * @generated * @ordered */ int CONTAINER_NETWORK_STATS__TX_DROPPED = 6; /** * The feature id for the 'Tx errors' attribute. * * * @generated * @ordered */ int CONTAINER_NETWORK_STATS__TX_ERRORS = 7; /** * The feature id for the 'Tx packets' attribute. * * * @generated * @ordered */ int CONTAINER_NETWORK_STATS__TX_PACKETS = 8; /** * The number of structural features of the 'Container Network Stats' class. * * * @generated * @ordered */ int CONTAINER_NETWORK_STATS_FEATURE_COUNT = 9; /** * The number of operations of the 'Container Network Stats' class. * * * @generated * @ordered */ int CONTAINER_NETWORK_STATS_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.ContainerMemoryStatsImpl Container Memory Stats}' class. * * * @see org.openecomp.ncomp.docker.impl.ContainerMemoryStatsImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getContainerMemoryStats() * @generated */ int CONTAINER_MEMORY_STATS = 21; /** * The feature id for the 'Total pgmajfault' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__TOTAL_PGMAJFAULT = 0; /** * The feature id for the 'Cache' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__CACHE = 1; /** * The feature id for the 'Mapped file' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__MAPPED_FILE = 2; /** * The feature id for the 'Total inactive file' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__TOTAL_INACTIVE_FILE = 3; /** * The feature id for the 'Pgpgout' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__PGPGOUT = 4; /** * The feature id for the 'Rss' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__RSS = 5; /** * The feature id for the 'Total mapped file' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__TOTAL_MAPPED_FILE = 6; /** * The feature id for the 'Writeback' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__WRITEBACK = 7; /** * The feature id for the 'Unevictable' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__UNEVICTABLE = 8; /** * The feature id for the 'Pgpgin' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__PGPGIN = 9; /** * The feature id for the 'Total unevictable' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__TOTAL_UNEVICTABLE = 10; /** * The feature id for the 'Pgmajfault' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__PGMAJFAULT = 11; /** * The feature id for the 'Total rss' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__TOTAL_RSS = 12; /** * The feature id for the 'Total rss huge' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__TOTAL_RSS_HUGE = 13; /** * The feature id for the 'Total writeback' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__TOTAL_WRITEBACK = 14; /** * The feature id for the 'Total inactive anon' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__TOTAL_INACTIVE_ANON = 15; /** * The feature id for the 'Rss huge' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__RSS_HUGE = 16; /** * The feature id for the 'Hierarchical memory limit' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__HIERARCHICAL_MEMORY_LIMIT = 17; /** * The feature id for the 'Total pgfault' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__TOTAL_PGFAULT = 18; /** * The feature id for the 'Total active file' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__TOTAL_ACTIVE_FILE = 19; /** * The feature id for the 'Active anon' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__ACTIVE_ANON = 20; /** * The feature id for the 'Total active anon' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__TOTAL_ACTIVE_ANON = 21; /** * The feature id for the 'Total pgpgout' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__TOTAL_PGPGOUT = 22; /** * The feature id for the 'Total cache' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__TOTAL_CACHE = 23; /** * The feature id for the 'Inactive anon' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__INACTIVE_ANON = 24; /** * The feature id for the 'Active file' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__ACTIVE_FILE = 25; /** * The feature id for the 'Pgfault' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__PGFAULT = 26; /** * The feature id for the 'Inactive file' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__INACTIVE_FILE = 27; /** * The feature id for the 'Total pgpgin' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS__TOTAL_PGPGIN = 28; /** * The number of structural features of the 'Container Memory Stats' class. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS_FEATURE_COUNT = 29; /** * The number of operations of the 'Container Memory Stats' class. * * * @generated * @ordered */ int CONTAINER_MEMORY_STATS_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.ContainerMemoryUsageImpl Container Memory Usage}' class. * * * @see org.openecomp.ncomp.docker.impl.ContainerMemoryUsageImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getContainerMemoryUsage() * @generated */ int CONTAINER_MEMORY_USAGE = 22; /** * The feature id for the 'Memstats' containment reference. * * * @generated * @ordered */ int CONTAINER_MEMORY_USAGE__MEMSTATS = 0; /** * The feature id for the 'Max usage' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_USAGE__MAX_USAGE = 1; /** * The feature id for the 'Usage' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_USAGE__USAGE = 2; /** * The feature id for the 'Failcnt' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_USAGE__FAILCNT = 3; /** * The feature id for the 'Limit' attribute. * * * @generated * @ordered */ int CONTAINER_MEMORY_USAGE__LIMIT = 4; /** * The number of structural features of the 'Container Memory Usage' class. * * * @generated * @ordered */ int CONTAINER_MEMORY_USAGE_FEATURE_COUNT = 5; /** * The number of operations of the 'Container Memory Usage' class. * * * @generated * @ordered */ int CONTAINER_MEMORY_USAGE_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.ContainerCpuUsageImpl Container Cpu Usage}' class. * * * @see org.openecomp.ncomp.docker.impl.ContainerCpuUsageImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getContainerCpuUsage() * @generated */ int CONTAINER_CPU_USAGE = 23; /** * The feature id for the 'Percpu usage' attribute list. * * * @generated * @ordered */ int CONTAINER_CPU_USAGE__PERCPU_USAGE = 0; /** * The feature id for the 'Usage in usermode' attribute. * * * @generated * @ordered */ int CONTAINER_CPU_USAGE__USAGE_IN_USERMODE = 1; /** * The feature id for the 'Total usage' attribute. * * * @generated * @ordered */ int CONTAINER_CPU_USAGE__TOTAL_USAGE = 2; /** * The feature id for the 'User in kernelmode' attribute. * * * @generated * @ordered */ int CONTAINER_CPU_USAGE__USER_IN_KERNELMODE = 3; /** * The number of structural features of the 'Container Cpu Usage' class. * * * @generated * @ordered */ int CONTAINER_CPU_USAGE_FEATURE_COUNT = 4; /** * The number of operations of the 'Container Cpu Usage' class. * * * @generated * @ordered */ int CONTAINER_CPU_USAGE_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.openecomp.ncomp.docker.impl.ContainerCpuStatsImpl Container Cpu Stats}' class. * * * @see org.openecomp.ncomp.docker.impl.ContainerCpuStatsImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getContainerCpuStats() * @generated */ int CONTAINER_CPU_STATS = 24; /** * The feature id for the 'Cpu usage' containment reference. * * * @generated * @ordered */ int CONTAINER_CPU_STATS__CPU_USAGE = 0; /** * The feature id for the 'System cpu usage' attribute. * * * @generated * @ordered */ int CONTAINER_CPU_STATS__SYSTEM_CPU_USAGE = 1; /** * The number of structural features of the 'Container Cpu Stats' class. * * * @generated * @ordered */ int CONTAINER_CPU_STATS_FEATURE_COUNT = 2; /** * The number of operations of the 'Container Cpu Stats' class. * * * @generated * @ordered */ int CONTAINER_CPU_STATS_OPERATION_COUNT = 0; /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.DockerAdaptor Adaptor}'. * * * @return the meta object for class 'Adaptor'. * @see org.openecomp.ncomp.docker.DockerAdaptor * @generated */ EClass getDockerAdaptor(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.docker.DockerAdaptor#getDockerHosts Docker Hosts}'. * * * @return the meta object for the containment reference list 'Docker Hosts'. * @see org.openecomp.ncomp.docker.DockerAdaptor#getDockerHosts() * @see #getDockerAdaptor() * @generated */ EReference getDockerAdaptor_DockerHosts(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.DockerHost Host}'. * * * @return the meta object for class 'Host'. * @see org.openecomp.ncomp.docker.DockerHost * @generated */ EClass getDockerHost(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerHost#getUrl Url}'. * * * @return the meta object for the attribute 'Url'. * @see org.openecomp.ncomp.docker.DockerHost#getUrl() * @see #getDockerHost() * @generated */ EAttribute getDockerHost_Url(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerHost#getPollingFrequency Polling Frequency}'. * * * @return the meta object for the attribute 'Polling Frequency'. * @see org.openecomp.ncomp.docker.DockerHost#getPollingFrequency() * @see #getDockerHost() * @generated */ EAttribute getDockerHost_PollingFrequency(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerHost#isRemote Remote}'. * * * @return the meta object for the attribute 'Remote'. * @see org.openecomp.ncomp.docker.DockerHost#isRemote() * @see #getDockerHost() * @generated */ EAttribute getDockerHost_Remote(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.docker.DockerHost#getImages Images}'. * * * @return the meta object for the containment reference list 'Images'. * @see org.openecomp.ncomp.docker.DockerHost#getImages() * @see #getDockerHost() * @generated */ EReference getDockerHost_Images(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.docker.DockerHost#getContainers Containers}'. * * * @return the meta object for the containment reference list 'Containers'. * @see org.openecomp.ncomp.docker.DockerHost#getContainers() * @see #getDockerHost() * @generated */ EReference getDockerHost_Containers(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.docker.DockerHost#getNetworks Networks}'. * * * @return the meta object for the containment reference list 'Networks'. * @see org.openecomp.ncomp.docker.DockerHost#getNetworks() * @see #getDockerHost() * @generated */ EReference getDockerHost_Networks(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.docker.DockerHost#poll() Poll}' operation. * * * @return the meta object for the 'Poll' operation. * @see org.openecomp.ncomp.docker.DockerHost#poll() * @generated */ EOperation getDockerHost__Poll(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.docker.DockerHost#startContainer(java.lang.String) Start Container}' operation. * * * @return the meta object for the 'Start Container' operation. * @see org.openecomp.ncomp.docker.DockerHost#startContainer(java.lang.String) * @generated */ EOperation getDockerHost__StartContainer__String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.docker.DockerHost#stopContainer(java.lang.String, int) Stop Container}' operation. * * * @return the meta object for the 'Stop Container' operation. * @see org.openecomp.ncomp.docker.DockerHost#stopContainer(java.lang.String, int) * @generated */ EOperation getDockerHost__StopContainer__String_int(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.docker.DockerHost#restartContainer(java.lang.String, int) Restart Container}' operation. * * * @return the meta object for the 'Restart Container' operation. * @see org.openecomp.ncomp.docker.DockerHost#restartContainer(java.lang.String, int) * @generated */ EOperation getDockerHost__RestartContainer__String_int(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.docker.DockerHost#pauseContainer(java.lang.String) Pause Container}' operation. * * * @return the meta object for the 'Pause Container' operation. * @see org.openecomp.ncomp.docker.DockerHost#pauseContainer(java.lang.String) * @generated */ EOperation getDockerHost__PauseContainer__String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.docker.DockerHost#unpauseContainer(java.lang.String) Unpause Container}' operation. * * * @return the meta object for the 'Unpause Container' operation. * @see org.openecomp.ncomp.docker.DockerHost#unpauseContainer(java.lang.String) * @generated */ EOperation getDockerHost__UnpauseContainer__String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.docker.DockerHost#removeContainer(java.lang.String, boolean, boolean) Remove Container}' operation. * * * @return the meta object for the 'Remove Container' operation. * @see org.openecomp.ncomp.docker.DockerHost#removeContainer(java.lang.String, boolean, boolean) * @generated */ EOperation getDockerHost__RemoveContainer__String_boolean_boolean(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.docker.DockerHost#inspectContainer(java.lang.String) Inspect Container}' operation. * * * @return the meta object for the 'Inspect Container' operation. * @see org.openecomp.ncomp.docker.DockerHost#inspectContainer(java.lang.String) * @generated */ EOperation getDockerHost__InspectContainer__String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.docker.DockerHost#killContainer(java.lang.String, java.lang.String) Kill Container}' operation. * * * @return the meta object for the 'Kill Container' operation. * @see org.openecomp.ncomp.docker.DockerHost#killContainer(java.lang.String, java.lang.String) * @generated */ EOperation getDockerHost__KillContainer__String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.docker.DockerHost#dockerRun(java.lang.String) Docker Run}' operation. * * * @return the meta object for the 'Docker Run' operation. * @see org.openecomp.ncomp.docker.DockerHost#dockerRun(java.lang.String) * @generated */ EOperation getDockerHost__DockerRun__String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.docker.DockerHost#dockerRunWithName(java.lang.String, java.lang.String) Docker Run With Name}' operation. * * * @return the meta object for the 'Docker Run With Name' operation. * @see org.openecomp.ncomp.docker.DockerHost#dockerRunWithName(java.lang.String, java.lang.String) * @generated */ EOperation getDockerHost__DockerRunWithName__String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.docker.DockerHost#dockerRunWithOptions(java.lang.String, org.openecomp.ncomp.docker.ContainerOptions) Docker Run With Options}' operation. * * * @return the meta object for the 'Docker Run With Options' operation. * @see org.openecomp.ncomp.docker.DockerHost#dockerRunWithOptions(java.lang.String, org.openecomp.ncomp.docker.ContainerOptions) * @generated */ EOperation getDockerHost__DockerRunWithOptions__String_ContainerOptions(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.docker.DockerHost#containerStats(java.lang.String, boolean) Container Stats}' operation. * * * @return the meta object for the 'Container Stats' operation. * @see org.openecomp.ncomp.docker.DockerHost#containerStats(java.lang.String, boolean) * @generated */ EOperation getDockerHost__ContainerStats__String_boolean(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.docker.DockerHost#containerProcesses(java.lang.String) Container Processes}' operation. * * * @return the meta object for the 'Container Processes' operation. * @see org.openecomp.ncomp.docker.DockerHost#containerProcesses(java.lang.String) * @generated */ EOperation getDockerHost__ContainerProcesses__String(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.DockerImage Image}'. * * * @return the meta object for class 'Image'. * @see org.openecomp.ncomp.docker.DockerImage * @generated */ EClass getDockerImage(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerImage#getId Id}'. * * * @return the meta object for the attribute 'Id'. * @see org.openecomp.ncomp.docker.DockerImage#getId() * @see #getDockerImage() * @generated */ EAttribute getDockerImage_Id(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerImage#getParentId Parent Id}'. * * * @return the meta object for the attribute 'Parent Id'. * @see org.openecomp.ncomp.docker.DockerImage#getParentId() * @see #getDockerImage() * @generated */ EAttribute getDockerImage_ParentId(); /** * Returns the meta object for the attribute list '{@link org.openecomp.ncomp.docker.DockerImage#getRepoTags Repo Tags}'. * * * @return the meta object for the attribute list 'Repo Tags'. * @see org.openecomp.ncomp.docker.DockerImage#getRepoTags() * @see #getDockerImage() * @generated */ EAttribute getDockerImage_RepoTags(); /** * Returns the meta object for the attribute list '{@link org.openecomp.ncomp.docker.DockerImage#getRepoDigests Repo Digests}'. * * * @return the meta object for the attribute list 'Repo Digests'. * @see org.openecomp.ncomp.docker.DockerImage#getRepoDigests() * @see #getDockerImage() * @generated */ EAttribute getDockerImage_RepoDigests(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerImage#getDockerCreated Docker Created}'. * * * @return the meta object for the attribute 'Docker Created'. * @see org.openecomp.ncomp.docker.DockerImage#getDockerCreated() * @see #getDockerImage() * @generated */ EAttribute getDockerImage_DockerCreated(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerImage#getSize Size}'. * * * @return the meta object for the attribute 'Size'. * @see org.openecomp.ncomp.docker.DockerImage#getSize() * @see #getDockerImage() * @generated */ EAttribute getDockerImage_Size(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerImage#getVirtualSize Virtual Size}'. * * * @return the meta object for the attribute 'Virtual Size'. * @see org.openecomp.ncomp.docker.DockerImage#getVirtualSize() * @see #getDockerImage() * @generated */ EAttribute getDockerImage_VirtualSize(); /** * Returns the meta object for the attribute list '{@link org.openecomp.ncomp.docker.DockerImage#getLabels Labels}'. * * * @return the meta object for the attribute list 'Labels'. * @see org.openecomp.ncomp.docker.DockerImage#getLabels() * @see #getDockerImage() * @generated */ EAttribute getDockerImage_Labels(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.DockerContainer Container}'. * * * @return the meta object for class 'Container'. * @see org.openecomp.ncomp.docker.DockerContainer * @generated */ EClass getDockerContainer(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerContainer#getId Id}'. * * * @return the meta object for the attribute 'Id'. * @see org.openecomp.ncomp.docker.DockerContainer#getId() * @see #getDockerContainer() * @generated */ EAttribute getDockerContainer_Id(); /** * Returns the meta object for the attribute list '{@link org.openecomp.ncomp.docker.DockerContainer#getNames Names}'. * * * @return the meta object for the attribute list 'Names'. * @see org.openecomp.ncomp.docker.DockerContainer#getNames() * @see #getDockerContainer() * @generated */ EAttribute getDockerContainer_Names(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerContainer#getImage Image}'. * * * @return the meta object for the attribute 'Image'. * @see org.openecomp.ncomp.docker.DockerContainer#getImage() * @see #getDockerContainer() * @generated */ EAttribute getDockerContainer_Image(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerContainer#getImageID Image ID}'. * * * @return the meta object for the attribute 'Image ID'. * @see org.openecomp.ncomp.docker.DockerContainer#getImageID() * @see #getDockerContainer() * @generated */ EAttribute getDockerContainer_ImageID(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerContainer#getCommand Command}'. * * * @return the meta object for the attribute 'Command'. * @see org.openecomp.ncomp.docker.DockerContainer#getCommand() * @see #getDockerContainer() * @generated */ EAttribute getDockerContainer_Command(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerContainer#getDockerCreated Docker Created}'. * * * @return the meta object for the attribute 'Docker Created'. * @see org.openecomp.ncomp.docker.DockerContainer#getDockerCreated() * @see #getDockerContainer() * @generated */ EAttribute getDockerContainer_DockerCreated(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.docker.DockerContainer#getPorts Ports}'. * * * @return the meta object for the containment reference list 'Ports'. * @see org.openecomp.ncomp.docker.DockerContainer#getPorts() * @see #getDockerContainer() * @generated */ EReference getDockerContainer_Ports(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.docker.DockerContainer#getLabels Labels}'. * * * @return the meta object for the containment reference list 'Labels'. * @see org.openecomp.ncomp.docker.DockerContainer#getLabels() * @see #getDockerContainer() * @generated */ EReference getDockerContainer_Labels(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerContainer#getStatus Status}'. * * * @return the meta object for the attribute 'Status'. * @see org.openecomp.ncomp.docker.DockerContainer#getStatus() * @see #getDockerContainer() * @generated */ EAttribute getDockerContainer_Status(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.docker.DockerContainer#getHostConfig Host Config}'. * * * @return the meta object for the containment reference list 'Host Config'. * @see org.openecomp.ncomp.docker.DockerContainer#getHostConfig() * @see #getDockerContainer() * @generated */ EReference getDockerContainer_HostConfig(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.docker.DockerContainer#getProcesses Processes}'. * * * @return the meta object for the containment reference list 'Processes'. * @see org.openecomp.ncomp.docker.DockerContainer#getProcesses() * @see #getDockerContainer() * @generated */ EReference getDockerContainer_Processes(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.docker.DockerContainer#getMounts Mounts}'. * * * @return the meta object for the containment reference list 'Mounts'. * @see org.openecomp.ncomp.docker.DockerContainer#getMounts() * @see #getDockerContainer() * @generated */ EReference getDockerContainer_Mounts(); /** * Returns the meta object for the containment reference '{@link org.openecomp.ncomp.docker.DockerContainer#getStats Stats}'. * * * @return the meta object for the containment reference 'Stats'. * @see org.openecomp.ncomp.docker.DockerContainer#getStats() * @see #getDockerContainer() * @generated */ EReference getDockerContainer_Stats(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.docker.DockerContainer#getEvents Events}'. * * * @return the meta object for the containment reference list 'Events'. * @see org.openecomp.ncomp.docker.DockerContainer#getEvents() * @see #getDockerContainer() * @generated */ EReference getDockerContainer_Events(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.DockerPort Port}'. * * * @return the meta object for class 'Port'. * @see org.openecomp.ncomp.docker.DockerPort * @generated */ EClass getDockerPort(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerPort#getPrivatePort Private Port}'. * * * @return the meta object for the attribute 'Private Port'. * @see org.openecomp.ncomp.docker.DockerPort#getPrivatePort() * @see #getDockerPort() * @generated */ EAttribute getDockerPort_PrivatePort(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerPort#getPublicPort Public Port}'. * * * @return the meta object for the attribute 'Public Port'. * @see org.openecomp.ncomp.docker.DockerPort#getPublicPort() * @see #getDockerPort() * @generated */ EAttribute getDockerPort_PublicPort(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerPort#getType Type}'. * * * @return the meta object for the attribute 'Type'. * @see org.openecomp.ncomp.docker.DockerPort#getType() * @see #getDockerPort() * @generated */ EAttribute getDockerPort_Type(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.DockerKeyPair Key Pair}'. * * * @return the meta object for class 'Key Pair'. * @see org.openecomp.ncomp.docker.DockerKeyPair * @generated */ EClass getDockerKeyPair(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerKeyPair#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see org.openecomp.ncomp.docker.DockerKeyPair#getName() * @see #getDockerKeyPair() * @generated */ EAttribute getDockerKeyPair_Name(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerKeyPair#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see org.openecomp.ncomp.docker.DockerKeyPair#getValue() * @see #getDockerKeyPair() * @generated */ EAttribute getDockerKeyPair_Value(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.DockerMount Mount}'. * * * @return the meta object for class 'Mount'. * @see org.openecomp.ncomp.docker.DockerMount * @generated */ EClass getDockerMount(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerMount#getSource Source}'. * * * @return the meta object for the attribute 'Source'. * @see org.openecomp.ncomp.docker.DockerMount#getSource() * @see #getDockerMount() * @generated */ EAttribute getDockerMount_Source(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerMount#getDestination Destination}'. * * * @return the meta object for the attribute 'Destination'. * @see org.openecomp.ncomp.docker.DockerMount#getDestination() * @see #getDockerMount() * @generated */ EAttribute getDockerMount_Destination(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerMount#getMode Mode}'. * * * @return the meta object for the attribute 'Mode'. * @see org.openecomp.ncomp.docker.DockerMount#getMode() * @see #getDockerMount() * @generated */ EAttribute getDockerMount_Mode(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerMount#getRW RW}'. * * * @return the meta object for the attribute 'RW'. * @see org.openecomp.ncomp.docker.DockerMount#getRW() * @see #getDockerMount() * @generated */ EAttribute getDockerMount_RW(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerMount#getPropagation Propagation}'. * * * @return the meta object for the attribute 'Propagation'. * @see org.openecomp.ncomp.docker.DockerMount#getPropagation() * @see #getDockerMount() * @generated */ EAttribute getDockerMount_Propagation(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.ContainerOptions Container Options}'. * * * @return the meta object for class 'Container Options'. * @see org.openecomp.ncomp.docker.ContainerOptions * @generated */ EClass getContainerOptions(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerOptions#getImageNm Image Nm}'. * * * @return the meta object for the attribute 'Image Nm'. * @see org.openecomp.ncomp.docker.ContainerOptions#getImageNm() * @see #getContainerOptions() * @generated */ EAttribute getContainerOptions_ImageNm(); /** * Returns the meta object for the attribute list '{@link org.openecomp.ncomp.docker.ContainerOptions#getEnv Env}'. * * * @return the meta object for the attribute list 'Env'. * @see org.openecomp.ncomp.docker.ContainerOptions#getEnv() * @see #getContainerOptions() * @generated */ EAttribute getContainerOptions_Env(); /** * Returns the meta object for the attribute list '{@link org.openecomp.ncomp.docker.ContainerOptions#getVolumes Volumes}'. * * * @return the meta object for the attribute list 'Volumes'. * @see org.openecomp.ncomp.docker.ContainerOptions#getVolumes() * @see #getContainerOptions() * @generated */ EAttribute getContainerOptions_Volumes(); /** * Returns the meta object for the attribute list '{@link org.openecomp.ncomp.docker.ContainerOptions#getLinks Links}'. * * * @return the meta object for the attribute list 'Links'. * @see org.openecomp.ncomp.docker.ContainerOptions#getLinks() * @see #getContainerOptions() * @generated */ EAttribute getContainerOptions_Links(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerOptions#isSetContainerName Set Container Name}'. * * * @return the meta object for the attribute 'Set Container Name'. * @see org.openecomp.ncomp.docker.ContainerOptions#isSetContainerName() * @see #getContainerOptions() * @generated */ EAttribute getContainerOptions_SetContainerName(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerOptions#isPublishAllPorts Publish All Ports}'. * * * @return the meta object for the attribute 'Publish All Ports'. * @see org.openecomp.ncomp.docker.ContainerOptions#isPublishAllPorts() * @see #getContainerOptions() * @generated */ EAttribute getContainerOptions_PublishAllPorts(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.docker.ContainerOptions#getPortBindings Port Bindings}'. * * * @return the meta object for the containment reference list 'Port Bindings'. * @see org.openecomp.ncomp.docker.ContainerOptions#getPortBindings() * @see #getContainerOptions() * @generated */ EReference getContainerOptions_PortBindings(); /** * Returns the meta object for the containment reference '{@link org.openecomp.ncomp.docker.ContainerOptions#getAutoRestart Auto Restart}'. * * * @return the meta object for the containment reference 'Auto Restart'. * @see org.openecomp.ncomp.docker.ContainerOptions#getAutoRestart() * @see #getContainerOptions() * @generated */ EReference getContainerOptions_AutoRestart(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.ContainerRestartPolicy Container Restart Policy}'. * * * @return the meta object for class 'Container Restart Policy'. * @see org.openecomp.ncomp.docker.ContainerRestartPolicy * @generated */ EClass getContainerRestartPolicy(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerRestartPolicy#getNm Nm}'. * * * @return the meta object for the attribute 'Nm'. * @see org.openecomp.ncomp.docker.ContainerRestartPolicy#getNm() * @see #getContainerRestartPolicy() * @generated */ EAttribute getContainerRestartPolicy_Nm(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerRestartPolicy#getMaxRetryCnt Max Retry Cnt}'. * * * @return the meta object for the attribute 'Max Retry Cnt'. * @see org.openecomp.ncomp.docker.ContainerRestartPolicy#getMaxRetryCnt() * @see #getContainerRestartPolicy() * @generated */ EAttribute getContainerRestartPolicy_MaxRetryCnt(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.ContainerPortBindings Container Port Bindings}'. * * * @return the meta object for class 'Container Port Bindings'. * @see org.openecomp.ncomp.docker.ContainerPortBindings * @generated */ EClass getContainerPortBindings(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerPortBindings#getContainerPort Container Port}'. * * * @return the meta object for the attribute 'Container Port'. * @see org.openecomp.ncomp.docker.ContainerPortBindings#getContainerPort() * @see #getContainerPortBindings() * @generated */ EAttribute getContainerPortBindings_ContainerPort(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerPortBindings#getProtocol Protocol}'. * * * @return the meta object for the attribute 'Protocol'. * @see org.openecomp.ncomp.docker.ContainerPortBindings#getProtocol() * @see #getContainerPortBindings() * @generated */ EAttribute getContainerPortBindings_Protocol(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerPortBindings#getVmPort Vm Port}'. * * * @return the meta object for the attribute 'Vm Port'. * @see org.openecomp.ncomp.docker.ContainerPortBindings#getVmPort() * @see #getContainerPortBindings() * @generated */ EAttribute getContainerPortBindings_VmPort(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.DockerNetwork Network}'. * * * @return the meta object for class 'Network'. * @see org.openecomp.ncomp.docker.DockerNetwork * @generated */ EClass getDockerNetwork(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerNetwork#getId Id}'. * * * @return the meta object for the attribute 'Id'. * @see org.openecomp.ncomp.docker.DockerNetwork#getId() * @see #getDockerNetwork() * @generated */ EAttribute getDockerNetwork_Id(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerNetwork#getScope Scope}'. * * * @return the meta object for the attribute 'Scope'. * @see org.openecomp.ncomp.docker.DockerNetwork#getScope() * @see #getDockerNetwork() * @generated */ EAttribute getDockerNetwork_Scope(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerNetwork#getDriver Driver}'. * * * @return the meta object for the attribute 'Driver'. * @see org.openecomp.ncomp.docker.DockerNetwork#getDriver() * @see #getDockerNetwork() * @generated */ EAttribute getDockerNetwork_Driver(); /** * Returns the meta object for the containment reference '{@link org.openecomp.ncomp.docker.DockerNetwork#getIPAM IPAM}'. * * * @return the meta object for the containment reference 'IPAM'. * @see org.openecomp.ncomp.docker.DockerNetwork#getIPAM() * @see #getDockerNetwork() * @generated */ EReference getDockerNetwork_IPAM(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.docker.DockerNetwork#getContainers Containers}'. * * * @return the meta object for the containment reference list 'Containers'. * @see org.openecomp.ncomp.docker.DockerNetwork#getContainers() * @see #getDockerNetwork() * @generated */ EReference getDockerNetwork_Containers(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.docker.DockerNetwork#getOptions Options}'. * * * @return the meta object for the containment reference list 'Options'. * @see org.openecomp.ncomp.docker.DockerNetwork#getOptions() * @see #getDockerNetwork() * @generated */ EReference getDockerNetwork_Options(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.DockerIpam Ipam}'. * * * @return the meta object for class 'Ipam'. * @see org.openecomp.ncomp.docker.DockerIpam * @generated */ EClass getDockerIpam(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerIpam#getDriver Driver}'. * * * @return the meta object for the attribute 'Driver'. * @see org.openecomp.ncomp.docker.DockerIpam#getDriver() * @see #getDockerIpam() * @generated */ EAttribute getDockerIpam_Driver(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.docker.DockerIpam#getConfig Config}'. * * * @return the meta object for the containment reference list 'Config'. * @see org.openecomp.ncomp.docker.DockerIpam#getConfig() * @see #getDockerIpam() * @generated */ EReference getDockerIpam_Config(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.DockerIpamConfig Ipam Config}'. * * * @return the meta object for class 'Ipam Config'. * @see org.openecomp.ncomp.docker.DockerIpamConfig * @generated */ EClass getDockerIpamConfig(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerIpamConfig#getSubnet Subnet}'. * * * @return the meta object for the attribute 'Subnet'. * @see org.openecomp.ncomp.docker.DockerIpamConfig#getSubnet() * @see #getDockerIpamConfig() * @generated */ EAttribute getDockerIpamConfig_Subnet(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.DockerNetworkContainer Network Container}'. * * * @return the meta object for class 'Network Container'. * @see org.openecomp.ncomp.docker.DockerNetworkContainer * @generated */ EClass getDockerNetworkContainer(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerNetworkContainer#getId Id}'. * * * @return the meta object for the attribute 'Id'. * @see org.openecomp.ncomp.docker.DockerNetworkContainer#getId() * @see #getDockerNetworkContainer() * @generated */ EAttribute getDockerNetworkContainer_Id(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerNetworkContainer#getIPv4Address IPv4 Address}'. * * * @return the meta object for the attribute 'IPv4 Address'. * @see org.openecomp.ncomp.docker.DockerNetworkContainer#getIPv4Address() * @see #getDockerNetworkContainer() * @generated */ EAttribute getDockerNetworkContainer_IPv4Address(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerNetworkContainer#getIPv6Address IPv6 Address}'. * * * @return the meta object for the attribute 'IPv6 Address'. * @see org.openecomp.ncomp.docker.DockerNetworkContainer#getIPv6Address() * @see #getDockerNetworkContainer() * @generated */ EAttribute getDockerNetworkContainer_IPv6Address(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerNetworkContainer#getEndpointID Endpoint ID}'. * * * @return the meta object for the attribute 'Endpoint ID'. * @see org.openecomp.ncomp.docker.DockerNetworkContainer#getEndpointID() * @see #getDockerNetworkContainer() * @generated */ EAttribute getDockerNetworkContainer_EndpointID(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerNetworkContainer#getMacAddress Mac Address}'. * * * @return the meta object for the attribute 'Mac Address'. * @see org.openecomp.ncomp.docker.DockerNetworkContainer#getMacAddress() * @see #getDockerNetworkContainer() * @generated */ EAttribute getDockerNetworkContainer_MacAddress(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.DockerEvents Events}'. * * * @return the meta object for class 'Events'. * @see org.openecomp.ncomp.docker.DockerEvents * @generated */ EClass getDockerEvents(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerEvents#getStatus Status}'. * * * @return the meta object for the attribute 'Status'. * @see org.openecomp.ncomp.docker.DockerEvents#getStatus() * @see #getDockerEvents() * @generated */ EAttribute getDockerEvents_Status(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerEvents#getId Id}'. * * * @return the meta object for the attribute 'Id'. * @see org.openecomp.ncomp.docker.DockerEvents#getId() * @see #getDockerEvents() * @generated */ EAttribute getDockerEvents_Id(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerEvents#getType Type}'. * * * @return the meta object for the attribute 'Type'. * @see org.openecomp.ncomp.docker.DockerEvents#getType() * @see #getDockerEvents() * @generated */ EAttribute getDockerEvents_Type(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerEvents#getAction Action}'. * * * @return the meta object for the attribute 'Action'. * @see org.openecomp.ncomp.docker.DockerEvents#getAction() * @see #getDockerEvents() * @generated */ EAttribute getDockerEvents_Action(); /** * Returns the meta object for the containment reference '{@link org.openecomp.ncomp.docker.DockerEvents#getActor Actor}'. * * * @return the meta object for the containment reference 'Actor'. * @see org.openecomp.ncomp.docker.DockerEvents#getActor() * @see #getDockerEvents() * @generated */ EReference getDockerEvents_Actor(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerEvents#getTime Time}'. * * * @return the meta object for the attribute 'Time'. * @see org.openecomp.ncomp.docker.DockerEvents#getTime() * @see #getDockerEvents() * @generated */ EAttribute getDockerEvents_Time(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerEvents#getTimenano Timenano}'. * * * @return the meta object for the attribute 'Timenano'. * @see org.openecomp.ncomp.docker.DockerEvents#getTimenano() * @see #getDockerEvents() * @generated */ EAttribute getDockerEvents_Timenano(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.DockerActor Actor}'. * * * @return the meta object for class 'Actor'. * @see org.openecomp.ncomp.docker.DockerActor * @generated */ EClass getDockerActor(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerActor#getId Id}'. * * * @return the meta object for the attribute 'Id'. * @see org.openecomp.ncomp.docker.DockerActor#getId() * @see #getDockerActor() * @generated */ EAttribute getDockerActor_Id(); /** * Returns the meta object for the containment reference '{@link org.openecomp.ncomp.docker.DockerActor#getAttributes Attributes}'. * * * @return the meta object for the containment reference 'Attributes'. * @see org.openecomp.ncomp.docker.DockerActor#getAttributes() * @see #getDockerActor() * @generated */ EReference getDockerActor_Attributes(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.DockerActorAttributes Actor Attributes}'. * * * @return the meta object for class 'Actor Attributes'. * @see org.openecomp.ncomp.docker.DockerActorAttributes * @generated */ EClass getDockerActorAttributes(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerActorAttributes#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see org.openecomp.ncomp.docker.DockerActorAttributes#getName() * @see #getDockerActorAttributes() * @generated */ EAttribute getDockerActorAttributes_Name(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.DockerCreateRequest Create Request}'. * * * @return the meta object for class 'Create Request'. * @see org.openecomp.ncomp.docker.DockerCreateRequest * @generated */ EClass getDockerCreateRequest(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerCreateRequest#getHostname Hostname}'. * * * @return the meta object for the attribute 'Hostname'. * @see org.openecomp.ncomp.docker.DockerCreateRequest#getHostname() * @see #getDockerCreateRequest() * @generated */ EAttribute getDockerCreateRequest_Hostname(); /** * Returns the meta object for the attribute list '{@link org.openecomp.ncomp.docker.DockerCreateRequest#getCmd Cmd}'. * * * @return the meta object for the attribute list 'Cmd'. * @see org.openecomp.ncomp.docker.DockerCreateRequest#getCmd() * @see #getDockerCreateRequest() * @generated */ EAttribute getDockerCreateRequest_Cmd(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.DockerProcess Process}'. * * * @return the meta object for class 'Process'. * @see org.openecomp.ncomp.docker.DockerProcess * @generated */ EClass getDockerProcess(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerProcess#getUser User}'. * * * @return the meta object for the attribute 'User'. * @see org.openecomp.ncomp.docker.DockerProcess#getUser() * @see #getDockerProcess() * @generated */ EAttribute getDockerProcess_User(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerProcess#getPid Pid}'. * * * @return the meta object for the attribute 'Pid'. * @see org.openecomp.ncomp.docker.DockerProcess#getPid() * @see #getDockerProcess() * @generated */ EAttribute getDockerProcess_Pid(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerProcess#getCpu Cpu}'. * * * @return the meta object for the attribute 'Cpu'. * @see org.openecomp.ncomp.docker.DockerProcess#getCpu() * @see #getDockerProcess() * @generated */ EAttribute getDockerProcess_Cpu(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerProcess#getMem Mem}'. * * * @return the meta object for the attribute 'Mem'. * @see org.openecomp.ncomp.docker.DockerProcess#getMem() * @see #getDockerProcess() * @generated */ EAttribute getDockerProcess_Mem(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerProcess#getVsz Vsz}'. * * * @return the meta object for the attribute 'Vsz'. * @see org.openecomp.ncomp.docker.DockerProcess#getVsz() * @see #getDockerProcess() * @generated */ EAttribute getDockerProcess_Vsz(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerProcess#getRss Rss}'. * * * @return the meta object for the attribute 'Rss'. * @see org.openecomp.ncomp.docker.DockerProcess#getRss() * @see #getDockerProcess() * @generated */ EAttribute getDockerProcess_Rss(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerProcess#getTty Tty}'. * * * @return the meta object for the attribute 'Tty'. * @see org.openecomp.ncomp.docker.DockerProcess#getTty() * @see #getDockerProcess() * @generated */ EAttribute getDockerProcess_Tty(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerProcess#getStat Stat}'. * * * @return the meta object for the attribute 'Stat'. * @see org.openecomp.ncomp.docker.DockerProcess#getStat() * @see #getDockerProcess() * @generated */ EAttribute getDockerProcess_Stat(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerProcess#getStart Start}'. * * * @return the meta object for the attribute 'Start'. * @see org.openecomp.ncomp.docker.DockerProcess#getStart() * @see #getDockerProcess() * @generated */ EAttribute getDockerProcess_Start(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerProcess#getTimeElapsed Time Elapsed}'. * * * @return the meta object for the attribute 'Time Elapsed'. * @see org.openecomp.ncomp.docker.DockerProcess#getTimeElapsed() * @see #getDockerProcess() * @generated */ EAttribute getDockerProcess_TimeElapsed(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerProcess#getCommand Command}'. * * * @return the meta object for the attribute 'Command'. * @see org.openecomp.ncomp.docker.DockerProcess#getCommand() * @see #getDockerProcess() * @generated */ EAttribute getDockerProcess_Command(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.DockerContainerStats Container Stats}'. * * * @return the meta object for class 'Container Stats'. * @see org.openecomp.ncomp.docker.DockerContainerStats * @generated */ EClass getDockerContainerStats(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.docker.DockerContainerStats#getNetworks Networks}'. * * * @return the meta object for the containment reference list 'Networks'. * @see org.openecomp.ncomp.docker.DockerContainerStats#getNetworks() * @see #getDockerContainerStats() * @generated */ EReference getDockerContainerStats_Networks(); /** * Returns the meta object for the containment reference '{@link org.openecomp.ncomp.docker.DockerContainerStats#getMemory Memory}'. * * * @return the meta object for the containment reference 'Memory'. * @see org.openecomp.ncomp.docker.DockerContainerStats#getMemory() * @see #getDockerContainerStats() * @generated */ EReference getDockerContainerStats_Memory(); /** * Returns the meta object for the containment reference '{@link org.openecomp.ncomp.docker.DockerContainerStats#getCpu Cpu}'. * * * @return the meta object for the containment reference 'Cpu'. * @see org.openecomp.ncomp.docker.DockerContainerStats#getCpu() * @see #getDockerContainerStats() * @generated */ EReference getDockerContainerStats_Cpu(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.DockerContainerStats#getLastRead Last Read}'. * * * @return the meta object for the attribute 'Last Read'. * @see org.openecomp.ncomp.docker.DockerContainerStats#getLastRead() * @see #getDockerContainerStats() * @generated */ EAttribute getDockerContainerStats_LastRead(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.ContainerNetworkStats Container Network Stats}'. * * * @return the meta object for class 'Container Network Stats'. * @see org.openecomp.ncomp.docker.ContainerNetworkStats * @generated */ EClass getContainerNetworkStats(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerNetworkStats#getIntf Intf}'. * * * @return the meta object for the attribute 'Intf'. * @see org.openecomp.ncomp.docker.ContainerNetworkStats#getIntf() * @see #getContainerNetworkStats() * @generated */ EAttribute getContainerNetworkStats_Intf(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerNetworkStats#getRx_bytes Rx bytes}'. * * * @return the meta object for the attribute 'Rx bytes'. * @see org.openecomp.ncomp.docker.ContainerNetworkStats#getRx_bytes() * @see #getContainerNetworkStats() * @generated */ EAttribute getContainerNetworkStats_Rx_bytes(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerNetworkStats#getRx_dropped Rx dropped}'. * * * @return the meta object for the attribute 'Rx dropped'. * @see org.openecomp.ncomp.docker.ContainerNetworkStats#getRx_dropped() * @see #getContainerNetworkStats() * @generated */ EAttribute getContainerNetworkStats_Rx_dropped(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerNetworkStats#getRx_errors Rx errors}'. * * * @return the meta object for the attribute 'Rx errors'. * @see org.openecomp.ncomp.docker.ContainerNetworkStats#getRx_errors() * @see #getContainerNetworkStats() * @generated */ EAttribute getContainerNetworkStats_Rx_errors(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerNetworkStats#getRx_packets Rx packets}'. * * * @return the meta object for the attribute 'Rx packets'. * @see org.openecomp.ncomp.docker.ContainerNetworkStats#getRx_packets() * @see #getContainerNetworkStats() * @generated */ EAttribute getContainerNetworkStats_Rx_packets(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerNetworkStats#getTx_bytes Tx bytes}'. * * * @return the meta object for the attribute 'Tx bytes'. * @see org.openecomp.ncomp.docker.ContainerNetworkStats#getTx_bytes() * @see #getContainerNetworkStats() * @generated */ EAttribute getContainerNetworkStats_Tx_bytes(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerNetworkStats#getTx_dropped Tx dropped}'. * * * @return the meta object for the attribute 'Tx dropped'. * @see org.openecomp.ncomp.docker.ContainerNetworkStats#getTx_dropped() * @see #getContainerNetworkStats() * @generated */ EAttribute getContainerNetworkStats_Tx_dropped(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerNetworkStats#getTx_errors Tx errors}'. * * * @return the meta object for the attribute 'Tx errors'. * @see org.openecomp.ncomp.docker.ContainerNetworkStats#getTx_errors() * @see #getContainerNetworkStats() * @generated */ EAttribute getContainerNetworkStats_Tx_errors(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerNetworkStats#getTx_packets Tx packets}'. * * * @return the meta object for the attribute 'Tx packets'. * @see org.openecomp.ncomp.docker.ContainerNetworkStats#getTx_packets() * @see #getContainerNetworkStats() * @generated */ EAttribute getContainerNetworkStats_Tx_packets(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.ContainerMemoryStats Container Memory Stats}'. * * * @return the meta object for class 'Container Memory Stats'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats * @generated */ EClass getContainerMemoryStats(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_pgmajfault Total pgmajfault}'. * * * @return the meta object for the attribute 'Total pgmajfault'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_pgmajfault() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Total_pgmajfault(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getCache Cache}'. * * * @return the meta object for the attribute 'Cache'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getCache() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Cache(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getMapped_file Mapped file}'. * * * @return the meta object for the attribute 'Mapped file'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getMapped_file() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Mapped_file(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_inactive_file Total inactive file}'. * * * @return the meta object for the attribute 'Total inactive file'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_inactive_file() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Total_inactive_file(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getPgpgout Pgpgout}'. * * * @return the meta object for the attribute 'Pgpgout'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getPgpgout() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Pgpgout(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getRss Rss}'. * * * @return the meta object for the attribute 'Rss'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getRss() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Rss(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_mapped_file Total mapped file}'. * * * @return the meta object for the attribute 'Total mapped file'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_mapped_file() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Total_mapped_file(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getWriteback Writeback}'. * * * @return the meta object for the attribute 'Writeback'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getWriteback() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Writeback(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getUnevictable Unevictable}'. * * * @return the meta object for the attribute 'Unevictable'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getUnevictable() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Unevictable(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getPgpgin Pgpgin}'. * * * @return the meta object for the attribute 'Pgpgin'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getPgpgin() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Pgpgin(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_unevictable Total unevictable}'. * * * @return the meta object for the attribute 'Total unevictable'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_unevictable() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Total_unevictable(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getPgmajfault Pgmajfault}'. * * * @return the meta object for the attribute 'Pgmajfault'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getPgmajfault() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Pgmajfault(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_rss Total rss}'. * * * @return the meta object for the attribute 'Total rss'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_rss() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Total_rss(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_rss_huge Total rss huge}'. * * * @return the meta object for the attribute 'Total rss huge'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_rss_huge() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Total_rss_huge(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_writeback Total writeback}'. * * * @return the meta object for the attribute 'Total writeback'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_writeback() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Total_writeback(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_inactive_anon Total inactive anon}'. * * * @return the meta object for the attribute 'Total inactive anon'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_inactive_anon() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Total_inactive_anon(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getRss_huge Rss huge}'. * * * @return the meta object for the attribute 'Rss huge'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getRss_huge() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Rss_huge(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getHierarchical_memory_limit Hierarchical memory limit}'. * * * @return the meta object for the attribute 'Hierarchical memory limit'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getHierarchical_memory_limit() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Hierarchical_memory_limit(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_pgfault Total pgfault}'. * * * @return the meta object for the attribute 'Total pgfault'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_pgfault() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Total_pgfault(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_active_file Total active file}'. * * * @return the meta object for the attribute 'Total active file'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_active_file() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Total_active_file(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getActive_anon Active anon}'. * * * @return the meta object for the attribute 'Active anon'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getActive_anon() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Active_anon(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_active_anon Total active anon}'. * * * @return the meta object for the attribute 'Total active anon'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_active_anon() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Total_active_anon(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_pgpgout Total pgpgout}'. * * * @return the meta object for the attribute 'Total pgpgout'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_pgpgout() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Total_pgpgout(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_cache Total cache}'. * * * @return the meta object for the attribute 'Total cache'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_cache() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Total_cache(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getInactive_anon Inactive anon}'. * * * @return the meta object for the attribute 'Inactive anon'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getInactive_anon() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Inactive_anon(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getActive_file Active file}'. * * * @return the meta object for the attribute 'Active file'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getActive_file() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Active_file(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getPgfault Pgfault}'. * * * @return the meta object for the attribute 'Pgfault'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getPgfault() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Pgfault(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getInactive_file Inactive file}'. * * * @return the meta object for the attribute 'Inactive file'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getInactive_file() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Inactive_file(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_pgpgin Total pgpgin}'. * * * @return the meta object for the attribute 'Total pgpgin'. * @see org.openecomp.ncomp.docker.ContainerMemoryStats#getTotal_pgpgin() * @see #getContainerMemoryStats() * @generated */ EAttribute getContainerMemoryStats_Total_pgpgin(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.ContainerMemoryUsage Container Memory Usage}'. * * * @return the meta object for class 'Container Memory Usage'. * @see org.openecomp.ncomp.docker.ContainerMemoryUsage * @generated */ EClass getContainerMemoryUsage(); /** * Returns the meta object for the containment reference '{@link org.openecomp.ncomp.docker.ContainerMemoryUsage#getMemstats Memstats}'. * * * @return the meta object for the containment reference 'Memstats'. * @see org.openecomp.ncomp.docker.ContainerMemoryUsage#getMemstats() * @see #getContainerMemoryUsage() * @generated */ EReference getContainerMemoryUsage_Memstats(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryUsage#getMax_usage Max usage}'. * * * @return the meta object for the attribute 'Max usage'. * @see org.openecomp.ncomp.docker.ContainerMemoryUsage#getMax_usage() * @see #getContainerMemoryUsage() * @generated */ EAttribute getContainerMemoryUsage_Max_usage(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryUsage#getUsage Usage}'. * * * @return the meta object for the attribute 'Usage'. * @see org.openecomp.ncomp.docker.ContainerMemoryUsage#getUsage() * @see #getContainerMemoryUsage() * @generated */ EAttribute getContainerMemoryUsage_Usage(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryUsage#getFailcnt Failcnt}'. * * * @return the meta object for the attribute 'Failcnt'. * @see org.openecomp.ncomp.docker.ContainerMemoryUsage#getFailcnt() * @see #getContainerMemoryUsage() * @generated */ EAttribute getContainerMemoryUsage_Failcnt(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerMemoryUsage#getLimit Limit}'. * * * @return the meta object for the attribute 'Limit'. * @see org.openecomp.ncomp.docker.ContainerMemoryUsage#getLimit() * @see #getContainerMemoryUsage() * @generated */ EAttribute getContainerMemoryUsage_Limit(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.ContainerCpuUsage Container Cpu Usage}'. * * * @return the meta object for class 'Container Cpu Usage'. * @see org.openecomp.ncomp.docker.ContainerCpuUsage * @generated */ EClass getContainerCpuUsage(); /** * Returns the meta object for the attribute list '{@link org.openecomp.ncomp.docker.ContainerCpuUsage#getPercpu_usage Percpu usage}'. * * * @return the meta object for the attribute list 'Percpu usage'. * @see org.openecomp.ncomp.docker.ContainerCpuUsage#getPercpu_usage() * @see #getContainerCpuUsage() * @generated */ EAttribute getContainerCpuUsage_Percpu_usage(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerCpuUsage#getUsage_in_usermode Usage in usermode}'. * * * @return the meta object for the attribute 'Usage in usermode'. * @see org.openecomp.ncomp.docker.ContainerCpuUsage#getUsage_in_usermode() * @see #getContainerCpuUsage() * @generated */ EAttribute getContainerCpuUsage_Usage_in_usermode(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerCpuUsage#getTotal_usage Total usage}'. * * * @return the meta object for the attribute 'Total usage'. * @see org.openecomp.ncomp.docker.ContainerCpuUsage#getTotal_usage() * @see #getContainerCpuUsage() * @generated */ EAttribute getContainerCpuUsage_Total_usage(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerCpuUsage#getUser_in_kernelmode User in kernelmode}'. * * * @return the meta object for the attribute 'User in kernelmode'. * @see org.openecomp.ncomp.docker.ContainerCpuUsage#getUser_in_kernelmode() * @see #getContainerCpuUsage() * @generated */ EAttribute getContainerCpuUsage_User_in_kernelmode(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.docker.ContainerCpuStats Container Cpu Stats}'. * * * @return the meta object for class 'Container Cpu Stats'. * @see org.openecomp.ncomp.docker.ContainerCpuStats * @generated */ EClass getContainerCpuStats(); /** * Returns the meta object for the containment reference '{@link org.openecomp.ncomp.docker.ContainerCpuStats#getCpu_usage Cpu usage}'. * * * @return the meta object for the containment reference 'Cpu usage'. * @see org.openecomp.ncomp.docker.ContainerCpuStats#getCpu_usage() * @see #getContainerCpuStats() * @generated */ EReference getContainerCpuStats_Cpu_usage(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.docker.ContainerCpuStats#getSystem_cpu_usage System cpu usage}'. * * * @return the meta object for the attribute 'System cpu usage'. * @see org.openecomp.ncomp.docker.ContainerCpuStats#getSystem_cpu_usage() * @see #getContainerCpuStats() * @generated */ EAttribute getContainerCpuStats_System_cpu_usage(); /** * Returns the factory that creates the instances of the model. * * * @return the factory that creates the instances of the model. * @generated */ DockerFactory getDockerFactory(); /** * * Defines literals for the meta objects that represent * * * @generated */ interface Literals { /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.DockerAdaptorImpl Adaptor}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerAdaptorImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerAdaptor() * @generated */ EClass DOCKER_ADAPTOR = eINSTANCE.getDockerAdaptor(); /** * The meta object literal for the 'Docker Hosts' containment reference list feature. * * * @generated */ EReference DOCKER_ADAPTOR__DOCKER_HOSTS = eINSTANCE.getDockerAdaptor_DockerHosts(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.DockerHostImpl Host}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerHostImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerHost() * @generated */ EClass DOCKER_HOST = eINSTANCE.getDockerHost(); /** * The meta object literal for the 'Url' attribute feature. * * * @generated */ EAttribute DOCKER_HOST__URL = eINSTANCE.getDockerHost_Url(); /** * The meta object literal for the 'Polling Frequency' attribute feature. * * * @generated */ EAttribute DOCKER_HOST__POLLING_FREQUENCY = eINSTANCE.getDockerHost_PollingFrequency(); /** * The meta object literal for the 'Remote' attribute feature. * * * @generated */ EAttribute DOCKER_HOST__REMOTE = eINSTANCE.getDockerHost_Remote(); /** * The meta object literal for the 'Images' containment reference list feature. * * * @generated */ EReference DOCKER_HOST__IMAGES = eINSTANCE.getDockerHost_Images(); /** * The meta object literal for the 'Containers' containment reference list feature. * * * @generated */ EReference DOCKER_HOST__CONTAINERS = eINSTANCE.getDockerHost_Containers(); /** * The meta object literal for the 'Networks' containment reference list feature. * * * @generated */ EReference DOCKER_HOST__NETWORKS = eINSTANCE.getDockerHost_Networks(); /** * The meta object literal for the 'Poll' operation. * * * @generated */ EOperation DOCKER_HOST___POLL = eINSTANCE.getDockerHost__Poll(); /** * The meta object literal for the 'Start Container' operation. * * * @generated */ EOperation DOCKER_HOST___START_CONTAINER__STRING = eINSTANCE.getDockerHost__StartContainer__String(); /** * The meta object literal for the 'Stop Container' operation. * * * @generated */ EOperation DOCKER_HOST___STOP_CONTAINER__STRING_INT = eINSTANCE.getDockerHost__StopContainer__String_int(); /** * The meta object literal for the 'Restart Container' operation. * * * @generated */ EOperation DOCKER_HOST___RESTART_CONTAINER__STRING_INT = eINSTANCE.getDockerHost__RestartContainer__String_int(); /** * The meta object literal for the 'Pause Container' operation. * * * @generated */ EOperation DOCKER_HOST___PAUSE_CONTAINER__STRING = eINSTANCE.getDockerHost__PauseContainer__String(); /** * The meta object literal for the 'Unpause Container' operation. * * * @generated */ EOperation DOCKER_HOST___UNPAUSE_CONTAINER__STRING = eINSTANCE.getDockerHost__UnpauseContainer__String(); /** * The meta object literal for the 'Remove Container' operation. * * * @generated */ EOperation DOCKER_HOST___REMOVE_CONTAINER__STRING_BOOLEAN_BOOLEAN = eINSTANCE.getDockerHost__RemoveContainer__String_boolean_boolean(); /** * The meta object literal for the 'Inspect Container' operation. * * * @generated */ EOperation DOCKER_HOST___INSPECT_CONTAINER__STRING = eINSTANCE.getDockerHost__InspectContainer__String(); /** * The meta object literal for the 'Kill Container' operation. * * * @generated */ EOperation DOCKER_HOST___KILL_CONTAINER__STRING_STRING = eINSTANCE.getDockerHost__KillContainer__String_String(); /** * The meta object literal for the 'Docker Run' operation. * * * @generated */ EOperation DOCKER_HOST___DOCKER_RUN__STRING = eINSTANCE.getDockerHost__DockerRun__String(); /** * The meta object literal for the 'Docker Run With Name' operation. * * * @generated */ EOperation DOCKER_HOST___DOCKER_RUN_WITH_NAME__STRING_STRING = eINSTANCE.getDockerHost__DockerRunWithName__String_String(); /** * The meta object literal for the 'Docker Run With Options' operation. * * * @generated */ EOperation DOCKER_HOST___DOCKER_RUN_WITH_OPTIONS__STRING_CONTAINEROPTIONS = eINSTANCE.getDockerHost__DockerRunWithOptions__String_ContainerOptions(); /** * The meta object literal for the 'Container Stats' operation. * * * @generated */ EOperation DOCKER_HOST___CONTAINER_STATS__STRING_BOOLEAN = eINSTANCE.getDockerHost__ContainerStats__String_boolean(); /** * The meta object literal for the 'Container Processes' operation. * * * @generated */ EOperation DOCKER_HOST___CONTAINER_PROCESSES__STRING = eINSTANCE.getDockerHost__ContainerProcesses__String(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.DockerImageImpl Image}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerImageImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerImage() * @generated */ EClass DOCKER_IMAGE = eINSTANCE.getDockerImage(); /** * The meta object literal for the 'Id' attribute feature. * * * @generated */ EAttribute DOCKER_IMAGE__ID = eINSTANCE.getDockerImage_Id(); /** * The meta object literal for the 'Parent Id' attribute feature. * * * @generated */ EAttribute DOCKER_IMAGE__PARENT_ID = eINSTANCE.getDockerImage_ParentId(); /** * The meta object literal for the 'Repo Tags' attribute list feature. * * * @generated */ EAttribute DOCKER_IMAGE__REPO_TAGS = eINSTANCE.getDockerImage_RepoTags(); /** * The meta object literal for the 'Repo Digests' attribute list feature. * * * @generated */ EAttribute DOCKER_IMAGE__REPO_DIGESTS = eINSTANCE.getDockerImage_RepoDigests(); /** * The meta object literal for the 'Docker Created' attribute feature. * * * @generated */ EAttribute DOCKER_IMAGE__DOCKER_CREATED = eINSTANCE.getDockerImage_DockerCreated(); /** * The meta object literal for the 'Size' attribute feature. * * * @generated */ EAttribute DOCKER_IMAGE__SIZE = eINSTANCE.getDockerImage_Size(); /** * The meta object literal for the 'Virtual Size' attribute feature. * * * @generated */ EAttribute DOCKER_IMAGE__VIRTUAL_SIZE = eINSTANCE.getDockerImage_VirtualSize(); /** * The meta object literal for the 'Labels' attribute list feature. * * * @generated */ EAttribute DOCKER_IMAGE__LABELS = eINSTANCE.getDockerImage_Labels(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.DockerContainerImpl Container}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerContainerImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerContainer() * @generated */ EClass DOCKER_CONTAINER = eINSTANCE.getDockerContainer(); /** * The meta object literal for the 'Id' attribute feature. * * * @generated */ EAttribute DOCKER_CONTAINER__ID = eINSTANCE.getDockerContainer_Id(); /** * The meta object literal for the 'Names' attribute list feature. * * * @generated */ EAttribute DOCKER_CONTAINER__NAMES = eINSTANCE.getDockerContainer_Names(); /** * The meta object literal for the 'Image' attribute feature. * * * @generated */ EAttribute DOCKER_CONTAINER__IMAGE = eINSTANCE.getDockerContainer_Image(); /** * The meta object literal for the 'Image ID' attribute feature. * * * @generated */ EAttribute DOCKER_CONTAINER__IMAGE_ID = eINSTANCE.getDockerContainer_ImageID(); /** * The meta object literal for the 'Command' attribute feature. * * * @generated */ EAttribute DOCKER_CONTAINER__COMMAND = eINSTANCE.getDockerContainer_Command(); /** * The meta object literal for the 'Docker Created' attribute feature. * * * @generated */ EAttribute DOCKER_CONTAINER__DOCKER_CREATED = eINSTANCE.getDockerContainer_DockerCreated(); /** * The meta object literal for the 'Ports' containment reference list feature. * * * @generated */ EReference DOCKER_CONTAINER__PORTS = eINSTANCE.getDockerContainer_Ports(); /** * The meta object literal for the 'Labels' containment reference list feature. * * * @generated */ EReference DOCKER_CONTAINER__LABELS = eINSTANCE.getDockerContainer_Labels(); /** * The meta object literal for the 'Status' attribute feature. * * * @generated */ EAttribute DOCKER_CONTAINER__STATUS = eINSTANCE.getDockerContainer_Status(); /** * The meta object literal for the 'Host Config' containment reference list feature. * * * @generated */ EReference DOCKER_CONTAINER__HOST_CONFIG = eINSTANCE.getDockerContainer_HostConfig(); /** * The meta object literal for the 'Processes' containment reference list feature. * * * @generated */ EReference DOCKER_CONTAINER__PROCESSES = eINSTANCE.getDockerContainer_Processes(); /** * The meta object literal for the 'Mounts' containment reference list feature. * * * @generated */ EReference DOCKER_CONTAINER__MOUNTS = eINSTANCE.getDockerContainer_Mounts(); /** * The meta object literal for the 'Stats' containment reference feature. * * * @generated */ EReference DOCKER_CONTAINER__STATS = eINSTANCE.getDockerContainer_Stats(); /** * The meta object literal for the 'Events' containment reference list feature. * * * @generated */ EReference DOCKER_CONTAINER__EVENTS = eINSTANCE.getDockerContainer_Events(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.DockerPortImpl Port}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerPortImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerPort() * @generated */ EClass DOCKER_PORT = eINSTANCE.getDockerPort(); /** * The meta object literal for the 'Private Port' attribute feature. * * * @generated */ EAttribute DOCKER_PORT__PRIVATE_PORT = eINSTANCE.getDockerPort_PrivatePort(); /** * The meta object literal for the 'Public Port' attribute feature. * * * @generated */ EAttribute DOCKER_PORT__PUBLIC_PORT = eINSTANCE.getDockerPort_PublicPort(); /** * The meta object literal for the 'Type' attribute feature. * * * @generated */ EAttribute DOCKER_PORT__TYPE = eINSTANCE.getDockerPort_Type(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.DockerKeyPairImpl Key Pair}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerKeyPairImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerKeyPair() * @generated */ EClass DOCKER_KEY_PAIR = eINSTANCE.getDockerKeyPair(); /** * The meta object literal for the 'Name' attribute feature. * * * @generated */ EAttribute DOCKER_KEY_PAIR__NAME = eINSTANCE.getDockerKeyPair_Name(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute DOCKER_KEY_PAIR__VALUE = eINSTANCE.getDockerKeyPair_Value(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.DockerMountImpl Mount}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerMountImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerMount() * @generated */ EClass DOCKER_MOUNT = eINSTANCE.getDockerMount(); /** * The meta object literal for the 'Source' attribute feature. * * * @generated */ EAttribute DOCKER_MOUNT__SOURCE = eINSTANCE.getDockerMount_Source(); /** * The meta object literal for the 'Destination' attribute feature. * * * @generated */ EAttribute DOCKER_MOUNT__DESTINATION = eINSTANCE.getDockerMount_Destination(); /** * The meta object literal for the 'Mode' attribute feature. * * * @generated */ EAttribute DOCKER_MOUNT__MODE = eINSTANCE.getDockerMount_Mode(); /** * The meta object literal for the 'RW' attribute feature. * * * @generated */ EAttribute DOCKER_MOUNT__RW = eINSTANCE.getDockerMount_RW(); /** * The meta object literal for the 'Propagation' attribute feature. * * * @generated */ EAttribute DOCKER_MOUNT__PROPAGATION = eINSTANCE.getDockerMount_Propagation(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.ContainerOptionsImpl Container Options}' class. * * * @see org.openecomp.ncomp.docker.impl.ContainerOptionsImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getContainerOptions() * @generated */ EClass CONTAINER_OPTIONS = eINSTANCE.getContainerOptions(); /** * The meta object literal for the 'Image Nm' attribute feature. * * * @generated */ EAttribute CONTAINER_OPTIONS__IMAGE_NM = eINSTANCE.getContainerOptions_ImageNm(); /** * The meta object literal for the 'Env' attribute list feature. * * * @generated */ EAttribute CONTAINER_OPTIONS__ENV = eINSTANCE.getContainerOptions_Env(); /** * The meta object literal for the 'Volumes' attribute list feature. * * * @generated */ EAttribute CONTAINER_OPTIONS__VOLUMES = eINSTANCE.getContainerOptions_Volumes(); /** * The meta object literal for the 'Links' attribute list feature. * * * @generated */ EAttribute CONTAINER_OPTIONS__LINKS = eINSTANCE.getContainerOptions_Links(); /** * The meta object literal for the 'Set Container Name' attribute feature. * * * @generated */ EAttribute CONTAINER_OPTIONS__SET_CONTAINER_NAME = eINSTANCE.getContainerOptions_SetContainerName(); /** * The meta object literal for the 'Publish All Ports' attribute feature. * * * @generated */ EAttribute CONTAINER_OPTIONS__PUBLISH_ALL_PORTS = eINSTANCE.getContainerOptions_PublishAllPorts(); /** * The meta object literal for the 'Port Bindings' containment reference list feature. * * * @generated */ EReference CONTAINER_OPTIONS__PORT_BINDINGS = eINSTANCE.getContainerOptions_PortBindings(); /** * The meta object literal for the 'Auto Restart' containment reference feature. * * * @generated */ EReference CONTAINER_OPTIONS__AUTO_RESTART = eINSTANCE.getContainerOptions_AutoRestart(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.ContainerRestartPolicyImpl Container Restart Policy}' class. * * * @see org.openecomp.ncomp.docker.impl.ContainerRestartPolicyImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getContainerRestartPolicy() * @generated */ EClass CONTAINER_RESTART_POLICY = eINSTANCE.getContainerRestartPolicy(); /** * The meta object literal for the 'Nm' attribute feature. * * * @generated */ EAttribute CONTAINER_RESTART_POLICY__NM = eINSTANCE.getContainerRestartPolicy_Nm(); /** * The meta object literal for the 'Max Retry Cnt' attribute feature. * * * @generated */ EAttribute CONTAINER_RESTART_POLICY__MAX_RETRY_CNT = eINSTANCE.getContainerRestartPolicy_MaxRetryCnt(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.ContainerPortBindingsImpl Container Port Bindings}' class. * * * @see org.openecomp.ncomp.docker.impl.ContainerPortBindingsImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getContainerPortBindings() * @generated */ EClass CONTAINER_PORT_BINDINGS = eINSTANCE.getContainerPortBindings(); /** * The meta object literal for the 'Container Port' attribute feature. * * * @generated */ EAttribute CONTAINER_PORT_BINDINGS__CONTAINER_PORT = eINSTANCE.getContainerPortBindings_ContainerPort(); /** * The meta object literal for the 'Protocol' attribute feature. * * * @generated */ EAttribute CONTAINER_PORT_BINDINGS__PROTOCOL = eINSTANCE.getContainerPortBindings_Protocol(); /** * The meta object literal for the 'Vm Port' attribute feature. * * * @generated */ EAttribute CONTAINER_PORT_BINDINGS__VM_PORT = eINSTANCE.getContainerPortBindings_VmPort(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.DockerNetworkImpl Network}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerNetworkImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerNetwork() * @generated */ EClass DOCKER_NETWORK = eINSTANCE.getDockerNetwork(); /** * The meta object literal for the 'Id' attribute feature. * * * @generated */ EAttribute DOCKER_NETWORK__ID = eINSTANCE.getDockerNetwork_Id(); /** * The meta object literal for the 'Scope' attribute feature. * * * @generated */ EAttribute DOCKER_NETWORK__SCOPE = eINSTANCE.getDockerNetwork_Scope(); /** * The meta object literal for the 'Driver' attribute feature. * * * @generated */ EAttribute DOCKER_NETWORK__DRIVER = eINSTANCE.getDockerNetwork_Driver(); /** * The meta object literal for the 'IPAM' containment reference feature. * * * @generated */ EReference DOCKER_NETWORK__IPAM = eINSTANCE.getDockerNetwork_IPAM(); /** * The meta object literal for the 'Containers' containment reference list feature. * * * @generated */ EReference DOCKER_NETWORK__CONTAINERS = eINSTANCE.getDockerNetwork_Containers(); /** * The meta object literal for the 'Options' containment reference list feature. * * * @generated */ EReference DOCKER_NETWORK__OPTIONS = eINSTANCE.getDockerNetwork_Options(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.DockerIpamImpl Ipam}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerIpamImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerIpam() * @generated */ EClass DOCKER_IPAM = eINSTANCE.getDockerIpam(); /** * The meta object literal for the 'Driver' attribute feature. * * * @generated */ EAttribute DOCKER_IPAM__DRIVER = eINSTANCE.getDockerIpam_Driver(); /** * The meta object literal for the 'Config' containment reference list feature. * * * @generated */ EReference DOCKER_IPAM__CONFIG = eINSTANCE.getDockerIpam_Config(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.DockerIpamConfigImpl Ipam Config}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerIpamConfigImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerIpamConfig() * @generated */ EClass DOCKER_IPAM_CONFIG = eINSTANCE.getDockerIpamConfig(); /** * The meta object literal for the 'Subnet' attribute feature. * * * @generated */ EAttribute DOCKER_IPAM_CONFIG__SUBNET = eINSTANCE.getDockerIpamConfig_Subnet(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.DockerNetworkContainerImpl Network Container}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerNetworkContainerImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerNetworkContainer() * @generated */ EClass DOCKER_NETWORK_CONTAINER = eINSTANCE.getDockerNetworkContainer(); /** * The meta object literal for the 'Id' attribute feature. * * * @generated */ EAttribute DOCKER_NETWORK_CONTAINER__ID = eINSTANCE.getDockerNetworkContainer_Id(); /** * The meta object literal for the 'IPv4 Address' attribute feature. * * * @generated */ EAttribute DOCKER_NETWORK_CONTAINER__IPV4_ADDRESS = eINSTANCE.getDockerNetworkContainer_IPv4Address(); /** * The meta object literal for the 'IPv6 Address' attribute feature. * * * @generated */ EAttribute DOCKER_NETWORK_CONTAINER__IPV6_ADDRESS = eINSTANCE.getDockerNetworkContainer_IPv6Address(); /** * The meta object literal for the 'Endpoint ID' attribute feature. * * * @generated */ EAttribute DOCKER_NETWORK_CONTAINER__ENDPOINT_ID = eINSTANCE.getDockerNetworkContainer_EndpointID(); /** * The meta object literal for the 'Mac Address' attribute feature. * * * @generated */ EAttribute DOCKER_NETWORK_CONTAINER__MAC_ADDRESS = eINSTANCE.getDockerNetworkContainer_MacAddress(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.DockerEventsImpl Events}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerEventsImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerEvents() * @generated */ EClass DOCKER_EVENTS = eINSTANCE.getDockerEvents(); /** * The meta object literal for the 'Status' attribute feature. * * * @generated */ EAttribute DOCKER_EVENTS__STATUS = eINSTANCE.getDockerEvents_Status(); /** * The meta object literal for the 'Id' attribute feature. * * * @generated */ EAttribute DOCKER_EVENTS__ID = eINSTANCE.getDockerEvents_Id(); /** * The meta object literal for the 'Type' attribute feature. * * * @generated */ EAttribute DOCKER_EVENTS__TYPE = eINSTANCE.getDockerEvents_Type(); /** * The meta object literal for the 'Action' attribute feature. * * * @generated */ EAttribute DOCKER_EVENTS__ACTION = eINSTANCE.getDockerEvents_Action(); /** * The meta object literal for the 'Actor' containment reference feature. * * * @generated */ EReference DOCKER_EVENTS__ACTOR = eINSTANCE.getDockerEvents_Actor(); /** * The meta object literal for the 'Time' attribute feature. * * * @generated */ EAttribute DOCKER_EVENTS__TIME = eINSTANCE.getDockerEvents_Time(); /** * The meta object literal for the 'Timenano' attribute feature. * * * @generated */ EAttribute DOCKER_EVENTS__TIMENANO = eINSTANCE.getDockerEvents_Timenano(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.DockerActorImpl Actor}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerActorImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerActor() * @generated */ EClass DOCKER_ACTOR = eINSTANCE.getDockerActor(); /** * The meta object literal for the 'Id' attribute feature. * * * @generated */ EAttribute DOCKER_ACTOR__ID = eINSTANCE.getDockerActor_Id(); /** * The meta object literal for the 'Attributes' containment reference feature. * * * @generated */ EReference DOCKER_ACTOR__ATTRIBUTES = eINSTANCE.getDockerActor_Attributes(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.DockerActorAttributesImpl Actor Attributes}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerActorAttributesImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerActorAttributes() * @generated */ EClass DOCKER_ACTOR_ATTRIBUTES = eINSTANCE.getDockerActorAttributes(); /** * The meta object literal for the 'Name' attribute feature. * * * @generated */ EAttribute DOCKER_ACTOR_ATTRIBUTES__NAME = eINSTANCE.getDockerActorAttributes_Name(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.DockerCreateRequestImpl Create Request}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerCreateRequestImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerCreateRequest() * @generated */ EClass DOCKER_CREATE_REQUEST = eINSTANCE.getDockerCreateRequest(); /** * The meta object literal for the 'Hostname' attribute feature. * * * @generated */ EAttribute DOCKER_CREATE_REQUEST__HOSTNAME = eINSTANCE.getDockerCreateRequest_Hostname(); /** * The meta object literal for the 'Cmd' attribute list feature. * * * @generated */ EAttribute DOCKER_CREATE_REQUEST__CMD = eINSTANCE.getDockerCreateRequest_Cmd(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.DockerProcessImpl Process}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerProcessImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerProcess() * @generated */ EClass DOCKER_PROCESS = eINSTANCE.getDockerProcess(); /** * The meta object literal for the 'User' attribute feature. * * * @generated */ EAttribute DOCKER_PROCESS__USER = eINSTANCE.getDockerProcess_User(); /** * The meta object literal for the 'Pid' attribute feature. * * * @generated */ EAttribute DOCKER_PROCESS__PID = eINSTANCE.getDockerProcess_Pid(); /** * The meta object literal for the 'Cpu' attribute feature. * * * @generated */ EAttribute DOCKER_PROCESS__CPU = eINSTANCE.getDockerProcess_Cpu(); /** * The meta object literal for the 'Mem' attribute feature. * * * @generated */ EAttribute DOCKER_PROCESS__MEM = eINSTANCE.getDockerProcess_Mem(); /** * The meta object literal for the 'Vsz' attribute feature. * * * @generated */ EAttribute DOCKER_PROCESS__VSZ = eINSTANCE.getDockerProcess_Vsz(); /** * The meta object literal for the 'Rss' attribute feature. * * * @generated */ EAttribute DOCKER_PROCESS__RSS = eINSTANCE.getDockerProcess_Rss(); /** * The meta object literal for the 'Tty' attribute feature. * * * @generated */ EAttribute DOCKER_PROCESS__TTY = eINSTANCE.getDockerProcess_Tty(); /** * The meta object literal for the 'Stat' attribute feature. * * * @generated */ EAttribute DOCKER_PROCESS__STAT = eINSTANCE.getDockerProcess_Stat(); /** * The meta object literal for the 'Start' attribute feature. * * * @generated */ EAttribute DOCKER_PROCESS__START = eINSTANCE.getDockerProcess_Start(); /** * The meta object literal for the 'Time Elapsed' attribute feature. * * * @generated */ EAttribute DOCKER_PROCESS__TIME_ELAPSED = eINSTANCE.getDockerProcess_TimeElapsed(); /** * The meta object literal for the 'Command' attribute feature. * * * @generated */ EAttribute DOCKER_PROCESS__COMMAND = eINSTANCE.getDockerProcess_Command(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.DockerContainerStatsImpl Container Stats}' class. * * * @see org.openecomp.ncomp.docker.impl.DockerContainerStatsImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getDockerContainerStats() * @generated */ EClass DOCKER_CONTAINER_STATS = eINSTANCE.getDockerContainerStats(); /** * The meta object literal for the 'Networks' containment reference list feature. * * * @generated */ EReference DOCKER_CONTAINER_STATS__NETWORKS = eINSTANCE.getDockerContainerStats_Networks(); /** * The meta object literal for the 'Memory' containment reference feature. * * * @generated */ EReference DOCKER_CONTAINER_STATS__MEMORY = eINSTANCE.getDockerContainerStats_Memory(); /** * The meta object literal for the 'Cpu' containment reference feature. * * * @generated */ EReference DOCKER_CONTAINER_STATS__CPU = eINSTANCE.getDockerContainerStats_Cpu(); /** * The meta object literal for the 'Last Read' attribute feature. * * * @generated */ EAttribute DOCKER_CONTAINER_STATS__LAST_READ = eINSTANCE.getDockerContainerStats_LastRead(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.ContainerNetworkStatsImpl Container Network Stats}' class. * * * @see org.openecomp.ncomp.docker.impl.ContainerNetworkStatsImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getContainerNetworkStats() * @generated */ EClass CONTAINER_NETWORK_STATS = eINSTANCE.getContainerNetworkStats(); /** * The meta object literal for the 'Intf' attribute feature. * * * @generated */ EAttribute CONTAINER_NETWORK_STATS__INTF = eINSTANCE.getContainerNetworkStats_Intf(); /** * The meta object literal for the 'Rx bytes' attribute feature. * * * @generated */ EAttribute CONTAINER_NETWORK_STATS__RX_BYTES = eINSTANCE.getContainerNetworkStats_Rx_bytes(); /** * The meta object literal for the 'Rx dropped' attribute feature. * * * @generated */ EAttribute CONTAINER_NETWORK_STATS__RX_DROPPED = eINSTANCE.getContainerNetworkStats_Rx_dropped(); /** * The meta object literal for the 'Rx errors' attribute feature. * * * @generated */ EAttribute CONTAINER_NETWORK_STATS__RX_ERRORS = eINSTANCE.getContainerNetworkStats_Rx_errors(); /** * The meta object literal for the 'Rx packets' attribute feature. * * * @generated */ EAttribute CONTAINER_NETWORK_STATS__RX_PACKETS = eINSTANCE.getContainerNetworkStats_Rx_packets(); /** * The meta object literal for the 'Tx bytes' attribute feature. * * * @generated */ EAttribute CONTAINER_NETWORK_STATS__TX_BYTES = eINSTANCE.getContainerNetworkStats_Tx_bytes(); /** * The meta object literal for the 'Tx dropped' attribute feature. * * * @generated */ EAttribute CONTAINER_NETWORK_STATS__TX_DROPPED = eINSTANCE.getContainerNetworkStats_Tx_dropped(); /** * The meta object literal for the 'Tx errors' attribute feature. * * * @generated */ EAttribute CONTAINER_NETWORK_STATS__TX_ERRORS = eINSTANCE.getContainerNetworkStats_Tx_errors(); /** * The meta object literal for the 'Tx packets' attribute feature. * * * @generated */ EAttribute CONTAINER_NETWORK_STATS__TX_PACKETS = eINSTANCE.getContainerNetworkStats_Tx_packets(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.ContainerMemoryStatsImpl Container Memory Stats}' class. * * * @see org.openecomp.ncomp.docker.impl.ContainerMemoryStatsImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getContainerMemoryStats() * @generated */ EClass CONTAINER_MEMORY_STATS = eINSTANCE.getContainerMemoryStats(); /** * The meta object literal for the 'Total pgmajfault' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__TOTAL_PGMAJFAULT = eINSTANCE.getContainerMemoryStats_Total_pgmajfault(); /** * The meta object literal for the 'Cache' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__CACHE = eINSTANCE.getContainerMemoryStats_Cache(); /** * The meta object literal for the 'Mapped file' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__MAPPED_FILE = eINSTANCE.getContainerMemoryStats_Mapped_file(); /** * The meta object literal for the 'Total inactive file' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__TOTAL_INACTIVE_FILE = eINSTANCE.getContainerMemoryStats_Total_inactive_file(); /** * The meta object literal for the 'Pgpgout' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__PGPGOUT = eINSTANCE.getContainerMemoryStats_Pgpgout(); /** * The meta object literal for the 'Rss' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__RSS = eINSTANCE.getContainerMemoryStats_Rss(); /** * The meta object literal for the 'Total mapped file' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__TOTAL_MAPPED_FILE = eINSTANCE.getContainerMemoryStats_Total_mapped_file(); /** * The meta object literal for the 'Writeback' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__WRITEBACK = eINSTANCE.getContainerMemoryStats_Writeback(); /** * The meta object literal for the 'Unevictable' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__UNEVICTABLE = eINSTANCE.getContainerMemoryStats_Unevictable(); /** * The meta object literal for the 'Pgpgin' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__PGPGIN = eINSTANCE.getContainerMemoryStats_Pgpgin(); /** * The meta object literal for the 'Total unevictable' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__TOTAL_UNEVICTABLE = eINSTANCE.getContainerMemoryStats_Total_unevictable(); /** * The meta object literal for the 'Pgmajfault' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__PGMAJFAULT = eINSTANCE.getContainerMemoryStats_Pgmajfault(); /** * The meta object literal for the 'Total rss' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__TOTAL_RSS = eINSTANCE.getContainerMemoryStats_Total_rss(); /** * The meta object literal for the 'Total rss huge' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__TOTAL_RSS_HUGE = eINSTANCE.getContainerMemoryStats_Total_rss_huge(); /** * The meta object literal for the 'Total writeback' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__TOTAL_WRITEBACK = eINSTANCE.getContainerMemoryStats_Total_writeback(); /** * The meta object literal for the 'Total inactive anon' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__TOTAL_INACTIVE_ANON = eINSTANCE.getContainerMemoryStats_Total_inactive_anon(); /** * The meta object literal for the 'Rss huge' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__RSS_HUGE = eINSTANCE.getContainerMemoryStats_Rss_huge(); /** * The meta object literal for the 'Hierarchical memory limit' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__HIERARCHICAL_MEMORY_LIMIT = eINSTANCE.getContainerMemoryStats_Hierarchical_memory_limit(); /** * The meta object literal for the 'Total pgfault' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__TOTAL_PGFAULT = eINSTANCE.getContainerMemoryStats_Total_pgfault(); /** * The meta object literal for the 'Total active file' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__TOTAL_ACTIVE_FILE = eINSTANCE.getContainerMemoryStats_Total_active_file(); /** * The meta object literal for the 'Active anon' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__ACTIVE_ANON = eINSTANCE.getContainerMemoryStats_Active_anon(); /** * The meta object literal for the 'Total active anon' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__TOTAL_ACTIVE_ANON = eINSTANCE.getContainerMemoryStats_Total_active_anon(); /** * The meta object literal for the 'Total pgpgout' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__TOTAL_PGPGOUT = eINSTANCE.getContainerMemoryStats_Total_pgpgout(); /** * The meta object literal for the 'Total cache' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__TOTAL_CACHE = eINSTANCE.getContainerMemoryStats_Total_cache(); /** * The meta object literal for the 'Inactive anon' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__INACTIVE_ANON = eINSTANCE.getContainerMemoryStats_Inactive_anon(); /** * The meta object literal for the 'Active file' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__ACTIVE_FILE = eINSTANCE.getContainerMemoryStats_Active_file(); /** * The meta object literal for the 'Pgfault' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__PGFAULT = eINSTANCE.getContainerMemoryStats_Pgfault(); /** * The meta object literal for the 'Inactive file' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__INACTIVE_FILE = eINSTANCE.getContainerMemoryStats_Inactive_file(); /** * The meta object literal for the 'Total pgpgin' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_STATS__TOTAL_PGPGIN = eINSTANCE.getContainerMemoryStats_Total_pgpgin(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.ContainerMemoryUsageImpl Container Memory Usage}' class. * * * @see org.openecomp.ncomp.docker.impl.ContainerMemoryUsageImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getContainerMemoryUsage() * @generated */ EClass CONTAINER_MEMORY_USAGE = eINSTANCE.getContainerMemoryUsage(); /** * The meta object literal for the 'Memstats' containment reference feature. * * * @generated */ EReference CONTAINER_MEMORY_USAGE__MEMSTATS = eINSTANCE.getContainerMemoryUsage_Memstats(); /** * The meta object literal for the 'Max usage' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_USAGE__MAX_USAGE = eINSTANCE.getContainerMemoryUsage_Max_usage(); /** * The meta object literal for the 'Usage' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_USAGE__USAGE = eINSTANCE.getContainerMemoryUsage_Usage(); /** * The meta object literal for the 'Failcnt' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_USAGE__FAILCNT = eINSTANCE.getContainerMemoryUsage_Failcnt(); /** * The meta object literal for the 'Limit' attribute feature. * * * @generated */ EAttribute CONTAINER_MEMORY_USAGE__LIMIT = eINSTANCE.getContainerMemoryUsage_Limit(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.ContainerCpuUsageImpl Container Cpu Usage}' class. * * * @see org.openecomp.ncomp.docker.impl.ContainerCpuUsageImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getContainerCpuUsage() * @generated */ EClass CONTAINER_CPU_USAGE = eINSTANCE.getContainerCpuUsage(); /** * The meta object literal for the 'Percpu usage' attribute list feature. * * * @generated */ EAttribute CONTAINER_CPU_USAGE__PERCPU_USAGE = eINSTANCE.getContainerCpuUsage_Percpu_usage(); /** * The meta object literal for the 'Usage in usermode' attribute feature. * * * @generated */ EAttribute CONTAINER_CPU_USAGE__USAGE_IN_USERMODE = eINSTANCE.getContainerCpuUsage_Usage_in_usermode(); /** * The meta object literal for the 'Total usage' attribute feature. * * * @generated */ EAttribute CONTAINER_CPU_USAGE__TOTAL_USAGE = eINSTANCE.getContainerCpuUsage_Total_usage(); /** * The meta object literal for the 'User in kernelmode' attribute feature. * * * @generated */ EAttribute CONTAINER_CPU_USAGE__USER_IN_KERNELMODE = eINSTANCE.getContainerCpuUsage_User_in_kernelmode(); /** * The meta object literal for the '{@link org.openecomp.ncomp.docker.impl.ContainerCpuStatsImpl Container Cpu Stats}' class. * * * @see org.openecomp.ncomp.docker.impl.ContainerCpuStatsImpl * @see org.openecomp.ncomp.docker.impl.DockerPackageImpl#getContainerCpuStats() * @generated */ EClass CONTAINER_CPU_STATS = eINSTANCE.getContainerCpuStats(); /** * The meta object literal for the 'Cpu usage' containment reference feature. * * * @generated */ EReference CONTAINER_CPU_STATS__CPU_USAGE = eINSTANCE.getContainerCpuStats_Cpu_usage(); /** * The meta object literal for the 'System cpu usage' attribute feature. * * * @generated */ EAttribute CONTAINER_CPU_STATS__SYSTEM_CPU_USAGE = eINSTANCE.getContainerCpuStats_System_cpu_usage(); } } //DockerPackage