ded1ce3f6d89dff32a0a37b084f231983db0694e
[transportpce.git] / common / src / main / java / org / opendaylight / transportpce / common / NetworkUtils.java
1 /*
2  * Copyright © 2016 AT&T and others.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8 package org.opendaylight.transportpce.common;
9
10 public final class NetworkUtils {
11
12     private NetworkUtils() {
13     }
14
15     public static final String CLLI_NETWORK_ID = "clli-network";
16     public static final String UNDERLAY_NETWORK_ID = "openroadm-network";
17     public static final String OVERLAY_NETWORK_ID = "openroadm-topology";
18
19 }