public interface DeleteL3VPNOutput extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<DeleteL3VPNOutput>
This class represents the following YANG schema fragment defined in module neutronvpn
container output {
leaf-list response {
type string;
}
}
The schema path to identify an instance is
neutronvpn/deleteL3VPN/output
To create instances of this class use DeleteL3VPNOutputBuilder.
DeleteL3VPNOutputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getResponse()
Status response for deleteL3VPN RPC
|
Copyright © 2018 OpenDaylight. All rights reserved.