Interface IVirtualNetwork
-
- All Known Implementing Classes:
VirtualNetwork
public interface IVirtualNetwork
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<org.opendaylight.yangtools.yang.common.Uint64>
getDpnsHostingNetwork()
java.lang.Long
getElanTag()
int
getMtu()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid
getNetworkUuid()
-
-
-
Method Detail
-
getNetworkUuid
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getNetworkUuid()
-
getElanTag
java.lang.Long getElanTag()
-
getDpnsHostingNetwork
java.util.List<org.opendaylight.yangtools.yang.common.Uint64> getDpnsHostingNetwork()
-
getMtu
int getMtu()
-
-