public interface ConfigServiceChainGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module ned
grouping config-service-chain-grouping { leaf description { type string; } container ip { leaf address { type ipv4-address; } } }The schema path to identify an instance is ned/native/config-service-chain-grouping
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Service function forwarder description
|
Ip |
getIp()
IP address for Service Function Forwarder
|
String getDescription()
java.lang.String
description
, or null
if not presentIp getIp()
org.opendaylight.yang.gen.v1.urn.ios.rev160308._native.config.service.chain.grouping.Ip
ip
, or null
if not presentCopyright © 2017 OpenDaylight. All rights reserved.