org.opendaylight.netvirt.ipv6service.api.IVirtualNetwork Maven / Gradle / Ivy
/*
* Copyright (c) 2017 Inocybe Technologies and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.opendaylight.netvirt.ipv6service.api;
import java.util.List;
import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid;
import org.opendaylight.yangtools.yang.common.Uint64;
public interface IVirtualNetwork {
Uuid getNetworkUuid();
Long getElanTag();
List getDpnsHostingNetwork();
int getMtu();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy