public interface GetEVPNInput extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<GetEVPNInput>
This class represents the following YANG schema fragment defined in module neutronvpn
input {
leaf id {
type yang:uuid;
}
}
The schema path to identify an instance is
neutronvpn/getEVPN/input
To create instances of this class use GetEVPNInputBuilder.
GetEVPNInputBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid |
getId()
evpn-id
|
default Class<GetEVPNInput> |
implementedInterface() |
default Class<GetEVPNInput> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getId()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid id, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.